#CB9CDF

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

Shades of Wisteria #CB9CDF

Tints of Wisteria #CB9CDF

Color information

#CB9CDF (or 0xCB9CDF) is unknown color: approx Wisteria. HEX triplet: CB, 9C and DF. RGB value is (203,156,223). Sum of RGB (Red+Green+Blue) = 203+156+223=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CDF is #346320. Grayscale: #B1B1B1. Windows color (decimal): -3433249 or 14654667. OLE color: 14654667.

HSL color Cylindrical-coordinate representation of color #CB9CDF: hue angle of 282.09º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB9CDF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203156223-
CMYK0.090.3000.13
HSL282.09º51.15%74.31%-
HSV(B)282.09º30.04%87.45%-
XYZ49.8441.875.25-
YUV177.69153.57146.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=34.88%
G=26.80%
B=38.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031562230.090.3000.13282.0951.1574.31
HexCB9CDF91E0D11a334a
Octal313234337113601543263112
Binary110010111001110011011111100111110011011000110101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CDF; }

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

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

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

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

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

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

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

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