Html Css Color HEX #CE8FD9 Wisteria

📋 copy color: '#CE8FD9'

red 206 ◦ green 143 ◦ blue 217

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

Shades of Wisteria #CE8FD9

Tints of Wisteria #CE8FD9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.27%

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

R = 36.4%
G = 25.27%
B = 38.34%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE8FD9 (or 0xCE8FD9) is known color: Wisteria. HEX triplet: CE, 8F and D9. RGB value is (206,143,217). Sum of RGB (Red+Green+Blue) = 206+143+217=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE8FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FD9 is #317026. Grayscale: #AAAAAA. Windows color (decimal): -3239975 or 14258126. OLE color: 14258126.

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

Color convert

RGB 206 143 217 -
CMYK 0.05 0.34 0 0.15
HSL 291.08º 0.49% 0.71% -
HSV(B) 291.08º 0.34% 0.85% -
XYZ 47.8 37.78 70.42 -
YUV 170.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 206 143 217 0.05 0.34 0 0.15 291.08 0.49 0.71
Hex CE 8F D9 5 22 0 F 123 31 47
Octal 316 217 331 5 42 0 17 443 61 107
Binary 11001110 10001111 11011001 101 100010 0 1111 100100011 110001 1000111

Color Harmonies of #CE8FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8FD9

Black with #CE8FD9

Text Example


Text Example

White with #CE8FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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