#CC84E8

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

Shades of Wisteria #CC84E8

Tints of Wisteria #CC84E8

Color information

#CC84E8 (or 0xCC84E8) is unknown color: approx Wisteria. HEX triplet: CC, 84 and E8. RGB value is (204,132,232). Sum of RGB (Red+Green+Blue) = 204+132+232=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC84E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84E8 is #337B17. Grayscale: #A4A4A4. Windows color (decimal): -3373848 or 15238348. OLE color: 15238348.

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

Color convert

RGB204132232-
CMYK0.120.4300.09
HSL283.2º68.49%71.37%-
HSV(B)283.2º43.1%90.98%-
XYZ47.7235.1780.62-
YUV164.93165.85155.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 132 (51.95% from 255) = 23.24%
BLUE value IS 232 (91.02% from 255) = 40.85%
R=35.92%
G=23.24%
B=40.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041322320.120.4300.09283.268.4971.37
HexCC84E8C2B0911b4447
Octal3142043501453011433104107
Binary11001100100001001110100011001010110100110001101110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84E8; }

 p { color: rgb(204,132,232); }

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

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

 a { background-color: rgb(204,132,232); }

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

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

 span { border-color: rgb(204,132,232); }

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