#CC8DFC

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

Shades of Heliotrope #CC8DFC

Tints of Heliotrope #CC8DFC

Color information

#CC8DFC (or 0xCC8DFC) is unknown color: approx Heliotrope. HEX triplet: CC, 8D and FC. RGB value is (204,141,252). Sum of RGB (Red+Green+Blue) = 204+141+252=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 141 (55.47% from 255 or 23.62% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC8DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8DFC is #337203. Grayscale: #ACACAC. Windows color (decimal): -3371524 or 16551372. OLE color: 16551372.

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

Color convert

RGB204141252-
CMYK0.190.4400.01
HSL274.05º94.87%77.06%-
HSV(B)274.05º44.05%98.82%-
XYZ5238.9296.87-
YUV172.49172.87150.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.17%
GREEN value IS 141 (55.47% from 255) = 23.62%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=34.17%
G=23.62%
B=42.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041412520.190.4400.01274.0594.8777.06
HexCC8DFC132C011125f4d
Octal314215374235401422137115
Binary110011001000110111111100100111011000110001001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8DFC; }

 p { color: rgb(204,141,252); }

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

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

 a { background-color: rgb(204,141,252); }

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

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

 span { border-color: rgb(204,141,252); }

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