#CC84E7

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

Shades of Wisteria #CC84E7

Tints of Wisteria #CC84E7

Color information

#CC84E7 (or 0xCC84E7) is unknown color: approx Wisteria. HEX triplet: CC, 84 and E7. RGB value is (204,132,231). Sum of RGB (Red+Green+Blue) = 204+132+231=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC84E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84E7 is #337B18. Grayscale: #A4A4A4. Windows color (decimal): -3373849 or 15172812. OLE color: 15172812.

HSL color Cylindrical-coordinate representation of color #CC84E7: hue angle of 283.64º degrees, saturation: 0.67, 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 #CC84E7 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204132231-
CMYK0.120.4300.09
HSL283.64º67.35%71.18%-
HSV(B)283.64º42.86%90.59%-
XYZ47.5835.1179.87-
YUV164.81165.35155.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 132 (51.95% from 255) = 23.28%
BLUE value IS 231 (90.62% from 255) = 40.74%
R=35.98%
G=23.28%
B=40.74%

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
Decimal2041322310.120.4300.09283.6467.3571.18
HexCC84E7C2B0911c4347
Octal3142043471453011434103107
Binary11001100100001001110011111001010110100110001110010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84E7; }

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

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

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

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

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

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

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

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