#CC92DF

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

Shades of Wisteria #CC92DF

Tints of Wisteria #CC92DF

Color information

#CC92DF (or 0xCC92DF) is unknown color: approx Wisteria. HEX triplet: CC, 92 and DF. RGB value is (204,146,223). Sum of RGB (Red+Green+Blue) = 204+146+223=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92DF is #336D20. Grayscale: #ABABAB. Windows color (decimal): -3370273 or 14652108. OLE color: 14652108.

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

Color convert

RGB204146223-
CMYK0.090.3500.13
HSL285.19º54.61%72.35%-
HSV(B)285.19º34.53%87.45%-
XYZ48.538.7274.73-
YUV172.12156.72150.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 146 (57.42% from 255) = 25.48%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=35.60%
G=25.48%
B=38.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041462230.090.3500.13285.1954.6172.35
HexCC92DF9230D11d3748
Octal314222337114301543567110
Binary1100110010010010110111111001100011011011000111011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC92DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC92DF; }

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

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

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

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

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

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

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

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