#CC92D9

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

Shades of Wisteria #CC92D9

Tints of Wisteria #CC92D9

Color information

#CC92D9 (or 0xCC92D9) is unknown color: approx Wisteria. HEX triplet: CC, 92 and D9. RGB value is (204,146,217). Sum of RGB (Red+Green+Blue) = 204+146+217=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC92D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92D9 is #336D26. Grayscale: #ABABAB. Windows color (decimal): -3370279 or 14258892. OLE color: 14258892.

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

Color convert

RGB204146217-
CMYK0.060.3300.15
HSL289.01º48.3%71.18%-
HSV(B)289.01º32.72%85.1%-
XYZ47.7138.470.54-
YUV171.44153.72151.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 217 (85.16% from 255) = 38.27%
R=35.98%
G=25.75%
B=38.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041462170.060.3300.15289.0148.371.18
HexCC92D96210F1213047
Octal31422233164101744160107
Binary110011001001001011011001110100001011111001000011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC92D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC92D9; }

 p { color: rgb(204,146,217); }

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

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

 a { background-color: rgb(204,146,217); }

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

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

 span { border-color: rgb(204,146,217); }

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