Html Css Color HEX #C47DFA Heliotrope

📋 copy color: '#C47DFA'

red 196 ◦ green 125 ◦ blue 250

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

Shades of Heliotrope #C47DFA

Tints of Heliotrope #C47DFA

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 value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C47DFA (or 0xC47DFA) is known color: 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

RGB 196 125 250 -
CMYK 0.22 0.50 0 0.02
HSL 274.08º 0.93% 0.74% -
HSV(B) 274.08º 0.5% 0.98% -
XYZ 47.35 33.31 94.38 -
YUV 160.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 196 125 250 0.22 0.50 0 0.02 274.08 0.93 0.74
Hex C4 7D FA 16 32 0 2 112 5D 4A
Octal 304 175 372 26 62 0 2 422 135 112
Binary 11000100 1111101 11111010 10110 110010 0 10 100010010 1011101 1001010

Color Harmonies of #C47DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DFA

Black with #C47DFA

Text Example


Text Example

White with #C47DFA

Text Example


Text Example

HTML Codes & Css Web 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>