#c47cf5

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

Shades of Heliotrope #C47CF5

Tints of Heliotrope #C47CF5

Color information

#C47CF5 (or 0xC47CF5) is unknown color: approx Heliotrope. HEX triplet: C4, 7C and F5. RGB value is (196,124,245). Sum of RGB (Red+Green+Blue) = 196+124+245=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #C47CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47CF5 is #3B830A. Grayscale: #9E9E9E. Windows color (decimal): -3900171 or 16088260. OLE color: 16088260.

HSL color Cylindrical-coordinate representation of color #C47CF5: hue angle of 275.7º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C47CF5 is Cyan = 0.2, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB196124245-
CMYK0.20.4900.04
HSL275.7º85.82%72.35%-
HSV(B)275.7º49.39%96.08%-
XYZ46.4532.7490.26-
YUV159.32176.35154.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.69%
GREEN value IS 124 (48.83% from 255) = 21.95%
BLUE value IS 245 (96.09% from 255) = 43.36%
R=34.69%
G=21.95%
B=43.36%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1961242450.20.4900.04275.785.8272.35
HexC47CF51431041145648
Octal304174365246104424126110
Binary1100010011111001111010110100110001010010001010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47cf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c47cf5; }

 p { color: rgb(196,124,245); }

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

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

 a { background-color: rgb(196,124,245); }

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

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

 span { border-color: rgb(196,124,245); }

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