Html Css Color HEX #CE9EED Wisteria

📋 copy color: '#CE9EED'

red 206 ◦ green 158 ◦ blue 237

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

Shades of Wisteria #CE9EED

Tints of Wisteria #CE9EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.43%

R = 34.28%
G = 26.29%
B = 39.43%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE9EED (or 0xCE9EED) is known color: Wisteria. HEX triplet: CE, 9E and ED. RGB value is (206,158,237). Sum of RGB (Red+Green+Blue) = 206+158+237=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE9EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9EED is #316112. Grayscale: #B5B5B5. Windows color (decimal): -3236115 or 15572686. OLE color: 15572686.

HSL color Cylindrical-coordinate representation of color #CE9EED: hue angle of 276.46º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE9EED is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 158 237 -
CMYK 0.13 0.33 0 0.07
HSL 276.46º 0.69% 0.77% -
HSV(B) 276.46º 0.33% 0.93% -
XYZ 52.97 43.69 85.76 -
YUV 181.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 206 158 237 0.13 0.33 0 0.07 276.46 0.69 0.77
Hex CE 9E ED D 21 0 7 114 45 4D
Octal 316 236 355 15 41 0 7 424 105 115
Binary 11001110 10011110 11101101 1101 100001 0 111 100010100 1000101 1001101

Color Harmonies of #CE9EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EED

Black with #CE9EED

Text Example


Text Example

White with #CE9EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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