#CC92E7

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

Shades of Wisteria #CC92E7

Tints of Wisteria #CC92E7

Color information

#CC92E7 (or 0xCC92E7) is unknown color: approx Wisteria. HEX triplet: CC, 92 and E7. RGB value is (204,146,231). Sum of RGB (Red+Green+Blue) = 204+146+231=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC92E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC92E7 is #336D18. Grayscale: #ACACAC. Windows color (decimal): -3370265 or 15176396. OLE color: 15176396.

HSL color Cylindrical-coordinate representation of color #CC92E7: hue angle of 280.94º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC92E7 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204146231-
CMYK0.120.3700.09
HSL280.94º63.91%73.92%-
HSV(B)280.94º36.8%90.59%-
XYZ49.639.1680.55-
YUV173.03160.72150.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 146 (57.42% from 255) = 25.13%
BLUE value IS 231 (90.62% from 255) = 39.76%
R=35.11%
G=25.13%
B=39.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041462310.120.3700.09280.9463.9173.92
HexCC92E7C2509119404a
Octal3142223471445011431100112
Binary11001100100100101110011111001001010100110001100110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC92E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC92E7; }

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

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

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

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

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

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

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

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