Html Css Color HEX #CE8EDE Wisteria

📋 copy color: '#CE8EDE'

red 206 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #CE8EDE

Tints of Wisteria #CE8EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 36.14%
G = 24.91%
B = 38.95%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE8EDE (or 0xCE8EDE) is known color: Wisteria. HEX triplet: CE, 8E and DE. RGB value is (206,142,222). Sum of RGB (Red+Green+Blue) = 206+142+222=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EDE is #317121. Grayscale: #AAAAAA. Windows color (decimal): -3240226 or 14585550. OLE color: 14585550.

HSL color Cylindrical-coordinate representation of color #CE8EDE: hue angle of 288º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8EDE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 142 222 -
CMYK 0.07 0.36 0 0.13
HSL 288º 0.55% 0.71% -
HSV(B) 288º 0.36% 0.87% -
XYZ 48.31 37.74 73.85 -
YUV 170.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 206 142 222 0.07 0.36 0 0.13 288 0.55 0.71
Hex CE 8E DE 7 24 0 D 120 37 47
Octal 316 216 336 7 44 0 15 440 67 107
Binary 11001110 10001110 11011110 111 100100 0 1101 100100000 110111 1000111

Color Harmonies of #CE8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8EDE

Black with #CE8EDE

Text Example


Text Example

White with #CE8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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