#CB9FDF

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

Shades of Wisteria #CB9FDF

Tints of Wisteria #CB9FDF

Color information

#CB9FDF (or 0xCB9FDF) is unknown color: approx Wisteria. HEX triplet: CB, 9F and DF. RGB value is (203,159,223). Sum of RGB (Red+Green+Blue) = 203+159+223=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FDF is #346020. Grayscale: #B3B3B3. Windows color (decimal): -3432481 or 14655435. OLE color: 14655435.

HSL color Cylindrical-coordinate representation of color #CB9FDF: hue angle of 281.25º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB9FDF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203159223-
CMYK0.090.2900.13
HSL281.25º50%74.9%-
HSV(B)281.25º28.7%87.45%-
XYZ50.3542.8275.42-
YUV179.45152.58144.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=34.70%
G=27.18%
B=38.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031592230.090.2900.13281.255074.9
HexCB9FDF91D0D119324b
Octal313237337113501543162113
Binary110010111001111111011111100111101011011000110011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FDF; }

 p { color: rgb(203,159,223); }

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

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

 a { background-color: rgb(203,159,223); }

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

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

 span { border-color: rgb(203,159,223); }

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