Html Css Color HEX #CE96D9 Wisteria

📋 copy color: '#CE96D9'

red 206 ◦ green 150 ◦ blue 217

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

Shades of Wisteria #CE96D9

Tints of Wisteria #CE96D9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.18%

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

R = 35.95%
G = 26.18%
B = 37.87%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE96D9 (or 0xCE96D9) is known color: Wisteria. HEX triplet: CE, 96 and D9. RGB value is (206,150,217). Sum of RGB (Red+Green+Blue) = 206+150+217=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE96D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96D9 is #316926. Grayscale: #AEAEAE. Windows color (decimal): -3238183 or 14259918. OLE color: 14259918.

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

Color convert

RGB 206 150 217 -
CMYK 0.05 0.31 0 0.15
HSL 290.15º 0.47% 0.72% -
HSV(B) 290.15º 0.31% 0.85% -
XYZ 48.88 39.94 70.78 -
YUV 174.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 206 150 217 0.05 0.31 0 0.15 290.15 0.47 0.72
Hex CE 96 D9 5 1F 0 F 122 2F 48
Octal 316 226 331 5 37 0 17 442 57 110
Binary 11001110 10010110 11011001 101 11111 0 1111 100100010 101111 1001000

Color Harmonies of #CE96D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96D9

Black with #CE96D9

Text Example


Text Example

White with #CE96D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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