Html Css Color HEX #CE96E2 Wisteria

📋 copy color: '#CE96E2'

red 206 ◦ green 150 ◦ blue 226

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

Shades of Wisteria #CE96E2

Tints of Wisteria #CE96E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.83%

R = 35.4%
G = 25.77%
B = 38.83%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE96E2 (or 0xCE96E2) is known color: Wisteria. HEX triplet: CE, 96 and E2. RGB value is (206,150,226). Sum of RGB (Red+Green+Blue) = 206+150+226=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE96E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE96E2 is #31691D. Grayscale: #AFAFAF. Windows color (decimal): -3238174 or 14849742. OLE color: 14849742.

HSL color Cylindrical-coordinate representation of color #CE96E2: hue angle of 284.21º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE96E2 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 150 226 -
CMYK 0.09 0.34 0 0.11
HSL 284.21º 0.57% 0.74% -
HSV(B) 284.21º 0.34% 0.89% -
XYZ 50.09 40.43 77.11 -
YUV 175.41 156.55 149.82 -
System Red Green Blue C M Y K H S L
Decimal 206 150 226 0.09 0.34 0 0.11 284.21 0.57 0.74
Hex CE 96 E2 9 22 0 B 11C 39 4A
Octal 316 226 342 11 42 0 13 434 71 112
Binary 11001110 10010110 11100010 1001 100010 0 1011 100011100 111001 1001010

Color Harmonies of #CE96E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96E2

Black with #CE96E2

Text Example


Text Example

White with #CE96E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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