#CB99D9

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

Shades of Wisteria #CB99D9

Tints of Wisteria #CB99D9

Color information

#CB99D9 (or 0xCB99D9) is unknown color: approx Wisteria. HEX triplet: CB, 99 and D9. RGB value is (203,153,217). Sum of RGB (Red+Green+Blue) = 203+153+217=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99D9 is #346626. Grayscale: #AFAFAF. Windows color (decimal): -3434023 or 14260683. OLE color: 14260683.

HSL color Cylindrical-coordinate representation of color #CB99D9: hue angle of 286.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB99D9 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203153217-
CMYK0.060.2900.15
HSL286.88º45.71%72.55%-
HSV(B)286.88º29.49%85.1%-
XYZ48.5440.4970.9-
YUV175.25151.56147.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 153 (60.16% from 255) = 26.70%
BLUE value IS 217 (85.16% from 255) = 37.87%
R=35.43%
G=26.70%
B=37.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031532170.060.2900.15286.8845.7172.55
HexCB99D961D0F11f2e49
Octal31323133163501743756111
Binary11001011100110011101100111011101011111000111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB99D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB99D9; }

 p { color: rgb(203,153,217); }

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

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

 a { background-color: rgb(203,153,217); }

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

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

 span { border-color: rgb(203,153,217); }

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