Html Css Color HEX #CC96DF Wisteria

📋 copy color: '#CC96DF'

red 204 ◦ green 150 ◦ blue 223

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

Shades of Wisteria #CC96DF

Tints of Wisteria #CC96DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 35.36%
G = 26%
B = 38.65%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC96DF (or 0xCC96DF) is known color: Wisteria. HEX triplet: CC, 96 and DF. RGB value is (204,150,223). Sum of RGB (Red+Green+Blue) = 204+150+223=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC96DF is #336920. Grayscale: #AEAEAE. Windows color (decimal): -3369249 or 14653132. OLE color: 14653132.

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

Color convert

RGB 204 150 223 -
CMYK 0.09 0.33 0 0.13
HSL 284.38º 0.53% 0.73% -
HSV(B) 284.38º 0.33% 0.87% -
XYZ 49.13 39.98 74.94 -
YUV 174.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 204 150 223 0.09 0.33 0 0.13 284.38 0.53 0.73
Hex CC 96 DF 9 21 0 D 11C 35 49
Octal 314 226 337 11 41 0 15 434 65 111
Binary 11001100 10010110 11011111 1001 100001 0 1101 100011100 110101 1001001

Color Harmonies of #CC96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96DF

Black with #CC96DF

Text Example


Text Example

White with #CC96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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