#CC94DA

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

Shades of Wisteria #CC94DA

Tints of Wisteria #CC94DA

Color information

#CC94DA (or 0xCC94DA) is unknown color: approx Wisteria. HEX triplet: CC, 94 and DA. RGB value is (204,148,218). Sum of RGB (Red+Green+Blue) = 204+148+218=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC94DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94DA is #336B25. Grayscale: #ACACAC. Windows color (decimal): -3369766 or 14324940. OLE color: 14324940.

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

Color convert

RGB204148218-
CMYK0.060.3200.15
HSL288º48.61%71.76%-
HSV(B)288º32.11%85.49%-
XYZ48.1539.0871.34-
YUV172.72153.55150.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=35.79%
G=25.96%
B=38.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041482180.060.3200.1528848.6171.76
HexCC94DA6200F1203148
Octal31422433264001744061110
Binary110011001001010011011010110100000011111001000001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94DA; }

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

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

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

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

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

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

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

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