Html Css Color HEX #CC96D6 Wisteria

📋 copy color: '#CC96D6'

red 204 ◦ green 150 ◦ blue 214

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

Shades of Wisteria #CC96D6

Tints of Wisteria #CC96D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 35.92%
G = 26.41%
B = 37.68%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC96D6 (or 0xCC96D6) is known color: Wisteria. HEX triplet: CC, 96 and D6. RGB value is (204,150,214). Sum of RGB (Red+Green+Blue) = 204+150+214=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96D6 is #336929. Grayscale: #ADADAD. Windows color (decimal): -3369258 or 14063308. OLE color: 14063308.

HSL color Cylindrical-coordinate representation of color #CC96D6: hue angle of 290.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC96D6 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 150 214 -
CMYK 0.05 0.30 0 0.16
HSL 290.63º 0.44% 0.71% -
HSV(B) 290.63º 0.3% 0.84% -
XYZ 47.95 39.51 68.72 -
YUV 173.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 204 150 214 0.05 0.30 0 0.16 290.63 0.44 0.71
Hex CC 96 D6 5 1E 0 10 123 2C 47
Octal 314 226 326 5 36 0 20 443 54 107
Binary 11001100 10010110 11010110 101 11110 0 10000 100100011 101100 1000111

Color Harmonies of #CC96D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96D6

Black with #CC96D6

Text Example


Text Example

White with #CC96D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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