#cb9eee

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

Shades of Wisteria #CB9EEE

Tints of Wisteria #CB9EEE

Color information

#CB9EEE (or 0xCB9EEE) is unknown color: approx Wisteria. HEX triplet: CB, 9E and EE. RGB value is (203,158,238). Sum of RGB (Red+Green+Blue) = 203+158+238=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EEE is #346111. Grayscale: #B4B4B4. Windows color (decimal): -3432722 or 15638219. OLE color: 15638219.

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

Color convert

RGB203158238-
CMYK0.150.3400.07
HSL273.75º70.18%77.65%-
HSV(B)273.75º33.61%93.33%-
XYZ52.2943.3286.5-
YUV180.58160.41144-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 158 (62.11% from 255) = 26.38%
BLUE value IS 238 (93.36% from 255) = 39.73%
R=33.89%
G=26.38%
B=39.73%

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
Decimal2031582380.150.3400.07273.7570.1877.65
HexCB9EEEF2207112464e
Octal313236356174207422106116
Binary1100101110011110111011101111100010011110001001010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb9eee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb9eee; }

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

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

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

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

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

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

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

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