Html Css Color HEX #CC96D8 Wisteria

📋 copy color: '#CC96D8'

red 204 ◦ green 150 ◦ blue 216

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

Shades of Wisteria #CC96D8

Tints of Wisteria #CC96D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 35.79%
G = 26.32%
B = 37.89%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC96D8 (or 0xCC96D8) is known color: Wisteria. HEX triplet: CC, 96 and D8. RGB value is (204,150,216). Sum of RGB (Red+Green+Blue) = 204+150+216=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC96D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96D8 is #336927. Grayscale: #ADADAD. Windows color (decimal): -3369256 or 14194380. OLE color: 14194380.

HSL color Cylindrical-coordinate representation of color #CC96D8: hue angle of 289.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC96D8 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 150 216 -
CMYK 0.06 0.31 0 0.15
HSL 289.09º 0.46% 0.72% -
HSV(B) 289.09º 0.31% 0.85% -
XYZ 48.2 39.61 70.07 -
YUV 173.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 204 150 216 0.06 0.31 0 0.15 289.09 0.46 0.72
Hex CC 96 D8 6 1F 0 F 121 2E 48
Octal 314 226 330 6 37 0 17 441 56 110
Binary 11001100 10010110 11011000 110 11111 0 1111 100100001 101110 1001000

Color Harmonies of #CC96D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96D8

Black with #CC96D8

Text Example


Text Example

White with #CC96D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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