Html Css Color HEX #CE96EC Wisteria

📋 copy color: '#CE96EC'

red 206 ◦ green 150 ◦ blue 236

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

Shades of Wisteria #CE96EC

Tints of Wisteria #CE96EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 34.8%
G = 25.34%
B = 39.86%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE96EC (or 0xCE96EC) is known color: Wisteria. HEX triplet: CE, 96 and EC. RGB value is (206,150,236). Sum of RGB (Red+Green+Blue) = 206+150+236=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE96EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96EC is #316913. Grayscale: #B0B0B0. Windows color (decimal): -3238164 or 15505102. OLE color: 15505102.

HSL color Cylindrical-coordinate representation of color #CE96EC: hue angle of 279.07º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE96EC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 150 236 -
CMYK 0.13 0.36 0 0.07
HSL 279.07º 0.69% 0.76% -
HSV(B) 279.07º 0.36% 0.93% -
XYZ 51.5 40.99 84.55 -
YUV 176.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 206 150 236 0.13 0.36 0 0.07 279.07 0.69 0.76
Hex CE 96 EC D 24 0 7 117 45 4C
Octal 316 226 354 15 44 0 7 427 105 114
Binary 11001110 10010110 11101100 1101 100100 0 111 100010111 1000101 1001100

Color Harmonies of #CE96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96EC

Black with #CE96EC

Text Example


Text Example

White with #CE96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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