#CB8CE9

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

Shades of Wisteria #CB8CE9

Tints of Wisteria #CB8CE9

Color information

#CB8CE9 (or 0xCB8CE9) is unknown color: approx Wisteria. HEX triplet: CB, 8C and E9. RGB value is (203,140,233). Sum of RGB (Red+Green+Blue) = 203+140+233=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB8CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8CE9 is #347316. Grayscale: #A9A9A9. Windows color (decimal): -3437335 or 15305931. OLE color: 15305931.

HSL color Cylindrical-coordinate representation of color #CB8CE9: hue angle of 280.65º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB8CE9 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203140233-
CMYK0.130.4000.09
HSL280.65º67.88%73.14%-
HSV(B)280.65º39.91%91.37%-
XYZ48.7137.3481.73-
YUV169.44163.87151.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 140 (55.08% from 255) = 24.31%
BLUE value IS 233 (91.41% from 255) = 40.45%
R=35.24%
G=24.31%
B=40.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031402330.130.4000.09280.6567.8873.14
HexCB8CE9D28091194449
Octal3132143511550011431104111
Binary11001011100011001110100111011010000100110001100110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8CE9; }

 p { color: rgb(203,140,233); }

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

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

 a { background-color: rgb(203,140,233); }

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

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

 span { border-color: rgb(203,140,233); }

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