#CC97DA

Color #CC97DA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CC97DA

Tints of Wisteria #CC97DA

Color information

#CC97DA (or 0xCC97DA) is unknown color: approx Wisteria. HEX triplet: CC, 97 and DA. RGB value is (204,151,218). Sum of RGB (Red+Green+Blue) = 204+151+218=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC97DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97DA is #336825. Grayscale: #AEAEAE. Windows color (decimal): -3368998 or 14325708. OLE color: 14325708.

HSL color Cylindrical-coordinate representation of color #CC97DA: hue angle of 287.46º degrees, saturation: 0.48, 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 #CC97DA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204151218-
CMYK0.060.3100.15
HSL287.46º47.52%72.35%-
HSV(B)287.46º30.73%85.49%-
XYZ48.6240.0371.49-
YUV174.48152.56149.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=35.60%
G=26.35%
B=38.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041512180.060.3100.15287.4647.5272.35
HexCC97DA61F0F11f3048
Octal31422733263701743760110
Binary11001100100101111101101011011111011111000111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC97DA; }

 p { color: rgb(204,151,218); }

 H1.HeaderClassName
 {
   color: #CC97DA;
 }
 .AnyTagClassName
 {
   color: #CC97DA;
 }
</style>
background-color css

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

 a { background-color: rgb(204,151,218); }

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

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

 span { border-color: rgb(204,151,218); }

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