Html Css Color HEX #CE8EDD Wisteria

📋 copy color: '#CE8EDD'

red 206 ◦ green 142 ◦ blue 221

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

Shades of Wisteria #CE8EDD

Tints of Wisteria #CE8EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 36.2%
G = 24.96%
B = 38.84%

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

#CE8EDD (or 0xCE8EDD) is known color: Wisteria. HEX triplet: CE, 8E and DD. RGB value is (206,142,221). Sum of RGB (Red+Green+Blue) = 206+142+221=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EDD is #317122. Grayscale: #A9A9A9. Windows color (decimal): -3240227 or 14520014. OLE color: 14520014.

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

Color convert

RGB 206 142 221 -
CMYK 0.07 0.36 0 0.13
HSL 288.61º 0.54% 0.71% -
HSV(B) 288.61º 0.36% 0.87% -
XYZ 48.18 37.69 73.14 -
YUV 170.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 206 142 221 0.07 0.36 0 0.13 288.61 0.54 0.71
Hex CE 8E DD 7 24 0 D 121 36 47
Octal 316 216 335 7 44 0 15 441 66 107
Binary 11001110 10001110 11011101 111 100100 0 1101 100100001 110110 1000111

Color Harmonies of #CE8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8EDD

Black with #CE8EDD

Text Example


Text Example

White with #CE8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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