#CB8CDB

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

Shades of Wisteria #CB8CDB

Tints of Wisteria #CB8CDB

Color information

#CB8CDB (or 0xCB8CDB) is unknown color: approx Wisteria. HEX triplet: CB, 8C and DB. RGB value is (203,140,219). Sum of RGB (Red+Green+Blue) = 203+140+219=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CDB is #347324. Grayscale: #A7A7A7. Windows color (decimal): -3437349 or 14388427. OLE color: 14388427.

HSL color Cylindrical-coordinate representation of color #CB8CDB: hue angle of 287.85º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB8CDB is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203140219-
CMYK0.070.3600.14
HSL287.85º52.32%70.39%-
HSV(B)287.85º36.07%85.88%-
XYZ46.7936.5771.61-
YUV167.84156.87153.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=36.12%
G=24.91%
B=38.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031402190.070.3600.14287.8552.3270.39
HexCB8CDB7240E1203446
Octal31321433374401644064106
Binary110010111000110011011011111100100011101001000001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8CDB; }

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

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

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

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

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

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

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

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