#CC84FD

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

Shades of Heliotrope #CC84FD

Tints of Heliotrope #CC84FD

Color information

#CC84FD (or 0xCC84FD) is unknown color: approx Heliotrope. HEX triplet: CC, 84 and FD. RGB value is (204,132,253). Sum of RGB (Red+Green+Blue) = 204+132+253=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC84FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84FD is #337B02. Grayscale: #A6A6A6. Windows color (decimal): -3373827 or 16614604. OLE color: 16614604.

HSL color Cylindrical-coordinate representation of color #CC84FD: hue angle of 275.7º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC84FD is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204132253-
CMYK0.190.4800.01
HSL275.7º96.8%75.49%-
HSV(B)275.7º47.83%99.22%-
XYZ50.8836.4397.28-
YUV167.32176.35154.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 132 (51.95% from 255) = 22.41%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=34.63%
G=22.41%
B=42.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041322530.190.4800.01275.796.875.49
HexCC84FD133001114614b
Octal314204375236001424141113
Binary110011001000010011111101100111100000110001010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC84FD; }

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

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

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

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

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

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

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

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