Html Css Color HEX #CC96E4 Wisteria

📋 copy color: '#CC96E4'

red 204 ◦ green 150 ◦ blue 228

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

Shades of Wisteria #CC96E4

Tints of Wisteria #CC96E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.18%

R = 35.05%
G = 25.77%
B = 39.18%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC96E4 (or 0xCC96E4) is known color: Wisteria. HEX triplet: CC, 96 and E4. RGB value is (204,150,228). Sum of RGB (Red+Green+Blue) = 204+150+228=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC96E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96E4 is #33691B. Grayscale: #AEAEAE. Windows color (decimal): -3369244 or 14980812. OLE color: 14980812.

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

Color convert

RGB 204 150 228 -
CMYK 0.11 0.34 0 0.11
HSL 281.54º 0.59% 0.74% -
HSV(B) 281.54º 0.34% 0.89% -
XYZ 49.81 40.25 78.54 -
YUV 175.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 204 150 228 0.11 0.34 0 0.11 281.54 0.59 0.74
Hex CC 96 E4 B 22 0 B 11A 3B 4A
Octal 314 226 344 13 42 0 13 432 73 112
Binary 11001100 10010110 11100100 1011 100010 0 1011 100011010 111011 1001010

Color Harmonies of #CC96E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96E4

Black with #CC96E4

Text Example


Text Example

White with #CC96E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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