Html Css Color HEX #CE96DF Wisteria

📋 copy color: '#CE96DF'

red 206 ◦ green 150 ◦ blue 223

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

Shades of Wisteria #CE96DF

Tints of Wisteria #CE96DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 35.58%
G = 25.91%
B = 38.51%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE96DF (or 0xCE96DF) is known color: Wisteria. HEX triplet: CE, 96 and DF. RGB value is (206,150,223). Sum of RGB (Red+Green+Blue) = 206+150+223=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96DF is #316920. Grayscale: #AEAEAE. Windows color (decimal): -3238177 or 14653134. OLE color: 14653134.

HSL color Cylindrical-coordinate representation of color #CE96DF: hue angle of 286.03º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE96DF is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 150 223 -
CMYK 0.08 0.33 0 0.13
HSL 286.03º 0.53% 0.73% -
HSV(B) 286.03º 0.33% 0.87% -
XYZ 49.68 40.26 74.97 -
YUV 175.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 206 150 223 0.08 0.33 0 0.13 286.03 0.53 0.73
Hex CE 96 DF 8 21 0 D 11E 35 49
Octal 316 226 337 10 41 0 15 436 65 111
Binary 11001110 10010110 11011111 1000 100001 0 1101 100011110 110101 1001001

Color Harmonies of #CE96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96DF

Black with #CE96DF

Text Example


Text Example

White with #CE96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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