#CB8DEE

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

Shades of Wisteria #CB8DEE

Tints of Wisteria #CB8DEE

Color information

#CB8DEE (or 0xCB8DEE) is unknown color: approx Wisteria. HEX triplet: CB, 8D and EE. RGB value is (203,141,238). Sum of RGB (Red+Green+Blue) = 203+141+238=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8DEE is #347211. Grayscale: #AAAAAA. Windows color (decimal): -3437074 or 15633867. OLE color: 15633867.

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

Color convert

RGB203141238-
CMYK0.150.4100.07
HSL278.35º74.05%74.31%-
HSV(B)278.35º40.76%93.33%-
XYZ49.5937.9285.59-
YUV170.6166.04151.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 141 (55.47% from 255) = 24.23%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=34.88%
G=24.23%
B=40.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031412380.150.4100.07278.3574.0574.31
HexCB8DEEF29071164a4a
Octal313215356175107426112112
Binary1100101110001101111011101111101001011110001011010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DEE; }

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

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

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

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

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

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

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

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