#CB8DE8

Color #CB8DE8 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CB8DE8

Tints of Wisteria #CB8DE8

Color information

#CB8DE8 (or 0xCB8DE8) is unknown color: approx Wisteria. HEX triplet: CB, 8D and E8. RGB value is (203,141,232). Sum of RGB (Red+Green+Blue) = 203+141+232=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB8DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8DE8 is #347217. Grayscale: #A9A9A9. Windows color (decimal): -3437080 or 15240651. OLE color: 15240651.

HSL color Cylindrical-coordinate representation of color #CB8DE8: hue angle of 280.88º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB8DE8 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203141232-
CMYK0.120.3900.09
HSL280.88º66.42%73.14%-
HSV(B)280.88º39.22%90.98%-
XYZ48.7237.5781.03-
YUV169.91163.04151.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 232 (91.02% from 255) = 40.28%
R=35.24%
G=24.48%
B=40.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031412320.120.3900.09280.8866.4273.14
HexCB8DE8C27091194249
Octal3132153501447011431102111
Binary11001011100011011110100011001001110100110001100110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DE8; }

 p { color: rgb(203,141,232); }

 H1.HeaderClassName
 {
   color: #CB8DE8;
 }
 .AnyTagClassName
 {
   color: #CB8DE8;
 }
</style>
background-color css

<style>
 a { background-color: #CB8DE8; }

 a { background-color: rgb(203,141,232); }

 div.DivClassName
 {
   background-color: #CB8DE8;
 }
 .BgClassName
 {
   background-color: #CB8DE8;
 }
</style>
border-color css

<style>
 span { border-color: #CB8DE8; }

 span { border-color: rgb(203,141,232); }

 td.TdClassName
 {
   border-color: #CB8DE8;
 }
 .TagClassName
 {
   border-color: #CB8DE8;
 }
</style>