#CB9DEE

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

Shades of Wisteria #CB9DEE

Tints of Wisteria #CB9DEE

Color information

#CB9DEE (or 0xCB9DEE) is unknown color: approx Wisteria. HEX triplet: CB, 9D and EE. RGB value is (203,157,238). Sum of RGB (Red+Green+Blue) = 203+157+238=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB9DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DEE is #346211. Grayscale: #B3B3B3. Windows color (decimal): -3432978 or 15637963. OLE color: 15637963.

HSL color Cylindrical-coordinate representation of color #CB9DEE: hue angle of 274.07º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9DEE is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203157238-
CMYK0.150.3400.07
HSL274.07º70.43%77.45%-
HSV(B)274.07º34.03%93.33%-
XYZ52.1242.9886.44-
YUV179.99160.74144.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 157 (61.72% from 255) = 26.25%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=33.95%
G=26.25%
B=39.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031572380.150.3400.07274.0770.4377.45
HexCB9DEEF2207112464d
Octal313235356174207422106115
Binary1100101110011101111011101111100010011110001001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9DEE; }

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

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

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

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

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

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

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

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