Html Css Color HEX #CE9EEE Wisteria

📋 copy color: '#CE9EEE'

red 206 ◦ green 158 ◦ blue 238

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

Shades of Wisteria #CE9EEE

Tints of Wisteria #CE9EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.53%

R = 34.22%
G = 26.25%
B = 39.53%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE9EEE (or 0xCE9EEE) is known color: Wisteria. HEX triplet: CE, 9E and EE. RGB value is (206,158,238). Sum of RGB (Red+Green+Blue) = 206+158+238=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE9EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EEE is #316111. Grayscale: #B5B5B5. Windows color (decimal): -3236114 or 15638222. OLE color: 15638222.

HSL color Cylindrical-coordinate representation of color #CE9EEE: hue angle of 276º 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 #CE9EEE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 158 238 -
CMYK 0.13 0.34 0 0.07
HSL 276º 0.7% 0.78% -
HSV(B) 276º 0.34% 0.93% -
XYZ 53.11 43.75 86.53 -
YUV 181.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 206 158 238 0.13 0.34 0 0.07 276 0.7 0.78
Hex CE 9E EE D 22 0 7 114 46 4E
Octal 316 236 356 15 42 0 7 424 106 116
Binary 11001110 10011110 11101110 1101 100010 0 111 100010100 1000110 1001110

Color Harmonies of #CE9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EEE

Black with #CE9EEE

Text Example


Text Example

White with #CE9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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