Html Css Color HEX #CC96E2 Wisteria

📋 copy color: '#CC96E2'

red 204 ◦ green 150 ◦ blue 226

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

Shades of Wisteria #CC96E2

Tints of Wisteria #CC96E2

RGB

 RED value IS 204 (80.08% from 255) = 35.17%

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

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

R = 35.17%
G = 25.86%
B = 38.97%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC96E2 (or 0xCC96E2) is known color: Wisteria. HEX triplet: CC, 96 and E2. RGB value is (204,150,226). Sum of RGB (Red+Green+Blue) = 204+150+226=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC96E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96E2 is #33691D. Grayscale: #AEAEAE. Windows color (decimal): -3369246 or 14849740. OLE color: 14849740.

HSL color Cylindrical-coordinate representation of color #CC96E2: hue angle of 282.63º 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 #CC96E2 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 150 226 -
CMYK 0.10 0.34 0 0.11
HSL 282.63º 0.57% 0.74% -
HSV(B) 282.63º 0.34% 0.89% -
XYZ 49.54 40.14 77.09 -
YUV 174.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 204 150 226 0.10 0.34 0 0.11 282.63 0.57 0.74
Hex CC 96 E2 A 22 0 B 11B 39 4A
Octal 314 226 342 12 42 0 13 433 71 112
Binary 11001100 10010110 11100010 1010 100010 0 1011 100011011 111001 1001010

Color Harmonies of #CC96E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96E2

Black with #CC96E2

Text Example


Text Example

White with #CC96E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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