#CB9DDE

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

Shades of Wisteria #CB9DDE

Tints of Wisteria #CB9DDE

Color information

#CB9DDE (or 0xCB9DDE) is unknown color: approx Wisteria. HEX triplet: CB, 9D and DE. RGB value is (203,157,222). Sum of RGB (Red+Green+Blue) = 203+157+222=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DDE is #346221. Grayscale: #B1B1B1. Windows color (decimal): -3432994 or 14589387. OLE color: 14589387.

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

Color convert

RGB203157222-
CMYK0.090.2900.13
HSL282.46º49.62%74.31%-
HSV(B)282.46º29.28%87.06%-
XYZ49.8742.0874.6-
YUV178.16152.74145.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 157 (61.72% from 255) = 26.98%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=34.88%
G=26.98%
B=38.14%

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
Decimal2031572220.090.2900.13282.4649.6274.31
HexCB9DDE91D0D11a324a
Octal313235336113501543262112
Binary110010111001110111011110100111101011011000110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DDE; }

 p { color: rgb(203,157,222); }

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

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

 a { background-color: rgb(203,157,222); }

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

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

 span { border-color: rgb(203,157,222); }

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