Html Css Color HEX #C47AF2 Heliotrope

📋 copy color: '#C47AF2'

red 196 ◦ green 122 ◦ blue 242

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

Shades of Heliotrope #C47AF2

Tints of Heliotrope #C47AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.21%

R = 35%
G = 21.79%
B = 43.21%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C47AF2 (or 0xC47AF2) is known color: Heliotrope. HEX triplet: C4, 7A and F2. RGB value is (196,122,242). Sum of RGB (Red+Green+Blue) = 196+122+242=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #C47AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47AF2 is #3B850D. Grayscale: #9D9D9D. Windows color (decimal): -3900686 or 15891140. OLE color: 15891140.

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

Color convert

RGB 196 122 242 -
CMYK 0.19 0.50 0 0.05
HSL 277º 0.82% 0.71% -
HSV(B) 277º 0.5% 0.95% -
XYZ 45.75 32.07 87.78 -
YUV 157.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 196 122 242 0.19 0.50 0 0.05 277 0.82 0.71
Hex C4 7A F2 13 32 0 5 115 52 47
Octal 304 172 362 23 62 0 5 425 122 107
Binary 11000100 1111010 11110010 10011 110010 0 101 100010101 1010010 1000111

Color Harmonies of #C47AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AF2

Black with #C47AF2

Text Example


Text Example

White with #C47AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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