Html Css Color HEX #CE8AD9 Wisteria

📋 copy color: '#CE8AD9'

red 206 ◦ green 138 ◦ blue 217

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

Shades of Wisteria #CE8AD9

Tints of Wisteria #CE8AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.6%

 BLUE value IS 217 (85.16% from 255) = 38.68%

R = 36.72%
G = 24.6%
B = 38.68%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE8AD9 (or 0xCE8AD9) is known color: Wisteria. HEX triplet: CE, 8A and D9. RGB value is (206,138,217). Sum of RGB (Red+Green+Blue) = 206+138+217=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE8AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AD9 is #317526. Grayscale: #A7A7A7. Windows color (decimal): -3241255 or 14256846. OLE color: 14256846.

HSL color Cylindrical-coordinate representation of color #CE8AD9: hue angle of 291.65º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8AD9 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 138 217 -
CMYK 0.05 0.36 0 0.15
HSL 291.65º 0.51% 0.7% -
HSV(B) 291.65º 0.36% 0.85% -
XYZ 47.07 36.31 70.17 -
YUV 167.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 206 138 217 0.05 0.36 0 0.15 291.65 0.51 0.7
Hex CE 8A D9 5 24 0 F 124 33 46
Octal 316 212 331 5 44 0 17 444 63 106
Binary 11001110 10001010 11011001 101 100100 0 1111 100100100 110011 1000110

Color Harmonies of #CE8AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8AD9

Black with #CE8AD9

Text Example


Text Example

White with #CE8AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8AD9; }

 p { color: rgb(206,138,217); }

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

background-color css

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

 a { background-color: rgb(206,138,217); }

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

border-color css

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

 span { border-color: rgb(206,138,217); }

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