Html Css Color HEX #CB9EE9 Wisteria

📋 copy color: '#CB9EE9'

red 203 ◦ green 158 ◦ blue 233

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

Shades of Wisteria #CB9EE9

Tints of Wisteria #CB9EE9

RGB

 RED value IS 203 (79.69% from 255) = 34.18%

 GREEN value IS 158 (62.11% from 255) = 26.6%

 BLUE value IS 233 (91.41% from 255) = 39.23%

R = 34.18%
G = 26.6%
B = 39.23%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB9EE9 (or 0xCB9EE9) is known color: Wisteria. HEX triplet: CB, 9E and E9. RGB value is (203,158,233). Sum of RGB (Red+Green+Blue) = 203+158+233=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB9EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EE9 is #346116. Grayscale: #B3B3B3. Windows color (decimal): -3432727 or 15310539. OLE color: 15310539.

HSL color Cylindrical-coordinate representation of color #CB9EE9: hue angle of 276º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB9EE9 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 158 233 -
CMYK 0.13 0.32 0 0.09
HSL 276º 0.63% 0.77% -
HSV(B) 276º 0.32% 0.91% -
XYZ 51.56 43.03 82.68 -
YUV 180.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 203 158 233 0.13 0.32 0 0.09 276 0.63 0.77
Hex CB 9E E9 D 20 0 9 114 3F 4D
Octal 313 236 351 15 40 0 11 424 77 115
Binary 11001011 10011110 11101001 1101 100000 0 1001 100010100 111111 1001101

Color Harmonies of #CB9EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EE9

Black with #CB9EE9

Text Example


Text Example

White with #CB9EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9EE9; }

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

 H1.HeaderClassName
 {
   color: #CB9EE9;
 }
 .AnyTagClassName
 {
   color: #CB9EE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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