#CB97DC

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

Shades of Wisteria #CB97DC

Tints of Wisteria #CB97DC

Color information

#CB97DC (or 0xCB97DC) is unknown color: approx Wisteria. HEX triplet: CB, 97 and DC. RGB value is (203,151,220). Sum of RGB (Red+Green+Blue) = 203+151+220=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB97DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97DC is #346823. Grayscale: #AEAEAE. Windows color (decimal): -3434532 or 14456779. OLE color: 14456779.

HSL color Cylindrical-coordinate representation of color #CB97DC: hue angle of 285.22º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB97DC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203151220-
CMYK0.080.3100.14
HSL285.22º49.64%72.75%-
HSV(B)285.22º31.36%86.27%-
XYZ48.614072.87-
YUV174.41153.73148.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 151 (59.38% from 255) = 26.31%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=35.37%
G=26.31%
B=38.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031512200.080.3100.14285.2249.6472.75
HexCB97DC81F0E11d3249
Octal313227334103701643562111
Binary110010111001011111011100100011111011101000111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97DC; }

 p { color: rgb(203,151,220); }

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

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

 a { background-color: rgb(203,151,220); }

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

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

 span { border-color: rgb(203,151,220); }

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