#C47DFC

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

Shades of Heliotrope #C47DFC

Tints of Heliotrope #C47DFC

Color information

#C47DFC (or 0xC47DFC) is unknown color: approx Heliotrope. HEX triplet: C4, 7D and FC. RGB value is (196,125,252). Sum of RGB (Red+Green+Blue) = 196+125+252=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #C47DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47DFC is #3B8203. Grayscale: #A0A0A0. Windows color (decimal): -3899908 or 16547268. OLE color: 16547268.

HSL color Cylindrical-coordinate representation of color #C47DFC: hue angle of 273.54º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C47DFC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196125252-
CMYK0.220.5000.01
HSL273.54º95.49%73.92%-
HSV(B)273.54º50.4%98.82%-
XYZ47.6733.4396.04-
YUV160.71179.52153.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 125 (49.22% from 255) = 21.82%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=34.21%
G=21.82%
B=43.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961252520.220.5000.01273.5495.4973.92
HexC47DFC1632011125f4a
Octal304175374266201422137112
Binary11000100111110111111100101101100100110001001010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DFC; }

 p { color: rgb(196,125,252); }

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

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

 a { background-color: rgb(196,125,252); }

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

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

 span { border-color: rgb(196,125,252); }

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