Html Css Color HEX #CE9ED9 Wisteria

📋 copy color: '#CE9ED9'

red 206 ◦ green 158 ◦ blue 217

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

Shades of Wisteria #CE9ED9

Tints of Wisteria #CE9ED9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.19%

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

R = 35.46%
G = 27.19%
B = 37.35%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE9ED9 (or 0xCE9ED9) is known color: Wisteria. HEX triplet: CE, 9E and D9. RGB value is (206,158,217). Sum of RGB (Red+Green+Blue) = 206+158+217=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE9ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9ED9 is #316126. Grayscale: #B2B2B2. Windows color (decimal): -3236135 or 14261966. OLE color: 14261966.

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

Color convert

RGB 206 158 217 -
CMYK 0.05 0.27 0 0.15
HSL 288.81º 0.44% 0.74% -
HSV(B) 288.81º 0.27% 0.85% -
XYZ 50.2 42.59 71.22 -
YUV 179.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 206 158 217 0.05 0.27 0 0.15 288.81 0.44 0.74
Hex CE 9E D9 5 1B 0 F 121 2C 4A
Octal 316 236 331 5 33 0 17 441 54 112
Binary 11001110 10011110 11011001 101 11011 0 1111 100100001 101100 1001010

Color Harmonies of #CE9ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9ED9

Black with #CE9ED9

Text Example


Text Example

White with #CE9ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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