#C47DFA

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

Shades of Heliotrope #C47DFA

Tints of Heliotrope #C47DFA

Color information

#C47DFA (or 0xC47DFA) is unknown color: approx Heliotrope. HEX triplet: C4, 7D and FA. RGB value is (196,125,250). Sum of RGB (Red+Green+Blue) = 196+125+250=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #C47DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47DFA is #3B8205. Grayscale: #A0A0A0. Windows color (decimal): -3899910 or 16416196. OLE color: 16416196.

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

Color convert

RGB196125250-
CMYK0.220.5000.02
HSL274.08º92.59%73.53%-
HSV(B)274.08º50%98.04%-
XYZ47.3533.3194.38-
YUV160.48178.52153.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 125 (49.22% from 255) = 21.89%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=34.33%
G=21.89%
B=43.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961252500.220.5000.02274.0892.5973.53
HexC47DFA1632021125d4a
Octal304175372266202422135112
Binary110001001111101111110101011011001001010001001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DFA; }

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

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

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

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

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

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

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

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