Html Css Color HEX #CC96E1 Wisteria

📋 copy color: '#CC96E1'

red 204 ◦ green 150 ◦ blue 225

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

Shades of Wisteria #CC96E1

Tints of Wisteria #CC96E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 35.23%
G = 25.91%
B = 38.86%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC96E1 (or 0xCC96E1) is known color: Wisteria. HEX triplet: CC, 96 and E1. RGB value is (204,150,225). Sum of RGB (Red+Green+Blue) = 204+150+225=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC96E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96E1 is #33691E. Grayscale: #AEAEAE. Windows color (decimal): -3369247 or 14784204. OLE color: 14784204.

HSL color Cylindrical-coordinate representation of color #CC96E1: hue angle of 283.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC96E1 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 150 225 -
CMYK 0.09 0.33 0 0.12
HSL 283.2º 0.56% 0.74% -
HSV(B) 283.2º 0.33% 0.88% -
XYZ 49.4 40.09 76.37 -
YUV 174.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 204 150 225 0.09 0.33 0 0.12 283.2 0.56 0.74
Hex CC 96 E1 9 21 0 C 11B 38 4A
Octal 314 226 341 11 41 0 14 433 70 112
Binary 11001100 10010110 11100001 1001 100001 0 1100 100011011 111000 1001010

Color Harmonies of #CC96E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96E1

Black with #CC96E1

Text Example


Text Example

White with #CC96E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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