Html Css Color HEX #CB9EEE Wisteria

📋 copy color: '#CB9EEE'

red 203 ◦ green 158 ◦ blue 238

#CB9EEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #CB9EEE

Tints of Wisteria #CB9EEE

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 value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB9EEE (or 0xCB9EEE) is known color: 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

RGB 203 158 238 -
CMYK 0.15 0.34 0 0.07
HSL 273.75º 0.7% 0.78% -
HSV(B) 273.75º 0.34% 0.93% -
XYZ 52.29 43.32 86.5 -
YUV 180.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 203 158 238 0.15 0.34 0 0.07 273.75 0.7 0.78
Hex CB 9E EE F 22 0 7 112 46 4E
Octal 313 236 356 17 42 0 7 422 106 116
Binary 11001011 10011110 11101110 1111 100010 0 111 100010010 1000110 1001110

Color Harmonies of #CB9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EEE

Black with #CB9EEE

Text Example


Text Example

White with #CB9EEE

Text Example


Text Example

HTML Codes & Css Web 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>