Html Css Color HEX #C47AF1 Heliotrope

📋 copy color: '#C47AF1'

red 196 ◦ green 122 ◦ blue 241

#C47AF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C47AF1

Tints of Heliotrope #C47AF1

RGB

 RED value IS 196 (76.95% from 255) = 35.06%

 GREEN value IS 122 (48.05% from 255) = 21.82%

 BLUE value IS 241 (94.53% from 255) = 43.11%

R = 35.06%
G = 21.82%
B = 43.11%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C47AF1 (or 0xC47AF1) is known color: Heliotrope. HEX triplet: C4, 7A and F1. RGB value is (196,122,241). Sum of RGB (Red+Green+Blue) = 196+122+241=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #C47AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47AF1 is #3B850E. Grayscale: #9D9D9D. Windows color (decimal): -3900687 or 15825604. OLE color: 15825604.

HSL color Cylindrical-coordinate representation of color #C47AF1: hue angle of 277.31º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C47AF1 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 122 241 -
CMYK 0.19 0.49 0 0.05
HSL 277.31º 0.81% 0.71% -
HSV(B) 277.31º 0.49% 0.95% -
XYZ 45.6 32.01 86.99 -
YUV 157.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 196 122 241 0.19 0.49 0 0.05 277.31 0.81 0.71
Hex C4 7A F1 13 31 0 5 115 51 47
Octal 304 172 361 23 61 0 5 425 121 107
Binary 11000100 1111010 11110001 10011 110001 0 101 100010101 1010001 1000111

Color Harmonies of #C47AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AF1

Black with #C47AF1

Text Example


Text Example

White with #C47AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AF1; }

 p { color: rgb(196,122,241); }

 H1.HeaderClassName
 {
   color: #C47AF1;
 }
 .AnyTagClassName
 {
   color: #C47AF1;
 }
</style>

background-color css

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

 a { background-color: rgb(196,122,241); }

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

border-color css

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

 span { border-color: rgb(196,122,241); }

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