#CC94D8

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

Shades of Wisteria #CC94D8

Tints of Wisteria #CC94D8

Color information

#CC94D8 (or 0xCC94D8) is unknown color: approx Wisteria. HEX triplet: CC, 94 and D8. RGB value is (204,148,216). Sum of RGB (Red+Green+Blue) = 204+148+216=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC94D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94D8 is #336B27. Grayscale: #ACACAC. Windows color (decimal): -3369768 or 14193868. OLE color: 14193868.

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

Color convert

RGB204148216-
CMYK0.060.3100.15
HSL289.41º46.58%71.37%-
HSV(B)289.41º31.48%84.71%-
XYZ47.8938.9869.96-
YUV172.5152.55150.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 148 (58.20% from 255) = 26.06%
BLUE value IS 216 (84.77% from 255) = 38.03%
R=35.92%
G=26.06%
B=38.03%

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
Decimal2041482160.060.3100.15289.4146.5871.37
HexCC94D861F0F1212f47
Octal31422433063701744157107
Binary11001100100101001101100011011111011111001000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC94D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC94D8; }

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

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

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

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

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

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

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

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