Html Css Color HEX #CE8EED Wisteria

📋 copy color: '#CE8EED'

red 206 ◦ green 142 ◦ blue 237

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

Shades of Wisteria #CE8EED

Tints of Wisteria #CE8EED

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.27%

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

R = 35.21%
G = 24.27%
B = 40.51%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE8EED (or 0xCE8EED) is known color: Wisteria. HEX triplet: CE, 8E and ED. RGB value is (206,142,237). Sum of RGB (Red+Green+Blue) = 206+142+237=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8EED is #317112. Grayscale: #ABABAB. Windows color (decimal): -3240211 or 15568590. OLE color: 15568590.

HSL color Cylindrical-coordinate representation of color #CE8EED: hue angle of 280.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE8EED is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 142 237 -
CMYK 0.13 0.40 0 0.07
HSL 280.42º 0.73% 0.74% -
HSV(B) 280.42º 0.4% 0.93% -
XYZ 50.41 38.58 84.91 -
YUV 171.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 206 142 237 0.13 0.40 0 0.07 280.42 0.73 0.74
Hex CE 8E ED D 28 0 7 118 49 4A
Octal 316 216 355 15 50 0 7 430 111 112
Binary 11001110 10001110 11101101 1101 101000 0 111 100011000 1001001 1001010

Color Harmonies of #CE8EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8EED

Black with #CE8EED

Text Example


Text Example

White with #CE8EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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