Html Css Color HEX #CC96DD Wisteria

📋 copy color: '#CC96DD'

red 204 ◦ green 150 ◦ blue 221

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

Shades of Wisteria #CC96DD

Tints of Wisteria #CC96DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 35.48%
G = 26.09%
B = 38.43%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC96DD (or 0xCC96DD) is known color: Wisteria. HEX triplet: CC, 96 and DD. RGB value is (204,150,221). Sum of RGB (Red+Green+Blue) = 204+150+221=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96DD is #336922. Grayscale: #AEAEAE. Windows color (decimal): -3369251 or 14522060. OLE color: 14522060.

HSL color Cylindrical-coordinate representation of color #CC96DD: hue angle of 285.63º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC96DD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 150 221 -
CMYK 0.08 0.32 0 0.13
HSL 285.63º 0.51% 0.73% -
HSV(B) 285.63º 0.32% 0.87% -
XYZ 48.86 39.87 73.53 -
YUV 174.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 204 150 221 0.08 0.32 0 0.13 285.63 0.51 0.73
Hex CC 96 DD 8 20 0 D 11E 33 49
Octal 314 226 335 10 40 0 15 436 63 111
Binary 11001100 10010110 11011101 1000 100000 0 1101 100011110 110011 1001001

Color Harmonies of #CC96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96DD

Black with #CC96DD

Text Example


Text Example

White with #CC96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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