Html Css Color HEX #CE96DE Wisteria

📋 copy color: '#CE96DE'

red 206 ◦ green 150 ◦ blue 222

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

Shades of Wisteria #CE96DE

Tints of Wisteria #CE96DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 35.64%
G = 25.95%
B = 38.41%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE96DE (or 0xCE96DE) is known color: Wisteria. HEX triplet: CE, 96 and DE. RGB value is (206,150,222). Sum of RGB (Red+Green+Blue) = 206+150+222=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96DE is #316921. Grayscale: #AEAEAE. Windows color (decimal): -3238178 or 14587598. OLE color: 14587598.

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

Color convert

RGB 206 150 222 -
CMYK 0.07 0.32 0 0.13
HSL 286.67º 0.52% 0.73% -
HSV(B) 286.67º 0.32% 0.87% -
XYZ 49.54 40.21 74.26 -
YUV 174.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 206 150 222 0.07 0.32 0 0.13 286.67 0.52 0.73
Hex CE 96 DE 7 20 0 D 11F 34 49
Octal 316 226 336 7 40 0 15 437 64 111
Binary 11001110 10010110 11011110 111 100000 0 1101 100011111 110100 1001001

Color Harmonies of #CE96DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96DE

Black with #CE96DE

Text Example


Text Example

White with #CE96DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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