Html Css Color HEX #CE9EE9 Wisteria

📋 copy color: '#CE9EE9'

red 206 ◦ green 158 ◦ blue 233

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

Shades of Wisteria #CE9EE9

Tints of Wisteria #CE9EE9

RGB

 RED value IS 206 (80.86% from 255) = 34.51%

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

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

R = 34.51%
G = 26.47%
B = 39.03%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE9EE9 (or 0xCE9EE9) is known color: Wisteria. HEX triplet: CE, 9E and E9. RGB value is (206,158,233). Sum of RGB (Red+Green+Blue) = 206+158+233=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE9EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EE9 is #316116. Grayscale: #B4B4B4. Windows color (decimal): -3236119 or 15310542. OLE color: 15310542.

HSL color Cylindrical-coordinate representation of color #CE9EE9: hue angle of 278.4º 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 #CE9EE9 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 158 233 -
CMYK 0.12 0.32 0 0.09
HSL 278.4º 0.63% 0.77% -
HSV(B) 278.4º 0.32% 0.91% -
XYZ 52.39 43.46 82.72 -
YUV 180.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 206 158 233 0.12 0.32 0 0.09 278.4 0.63 0.77
Hex CE 9E E9 C 20 0 9 116 3F 4D
Octal 316 236 351 14 40 0 11 426 77 115
Binary 11001110 10011110 11101001 1100 100000 0 1001 100010110 111111 1001101

Color Harmonies of #CE9EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EE9

Black with #CE9EE9

Text Example


Text Example

White with #CE9EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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