#CC92EB

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

Shades of Wisteria #CC92EB

Tints of Wisteria #CC92EB

Color information

#CC92EB (or 0xCC92EB) is unknown color: approx Wisteria. HEX triplet: CC, 92 and EB. RGB value is (204,146,235). Sum of RGB (Red+Green+Blue) = 204+146+235=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 146 (57.42% from 255 or 24.96% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC92EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC92EB is #336D14. Grayscale: #ADADAD. Windows color (decimal): -3370261 or 15438540. OLE color: 15438540.

HSL color Cylindrical-coordinate representation of color #CC92EB: hue angle of 279.1º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC92EB is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204146235-
CMYK0.130.3800.08
HSL279.1º68.99%74.71%-
HSV(B)279.1º37.87%92.16%-
XYZ50.1839.3983.56-
YUV173.49162.72149.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 146 (57.42% from 255) = 24.96%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=34.87%
G=24.96%
B=40.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041462350.130.3800.08279.168.9974.71
HexCC92EBD2608117454b
Octal3142223531546010427105113
Binary11001100100100101110101111011001100100010001011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC92EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC92EB; }

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

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

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

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

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

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

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

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