Html Css Color HEX #C47DFC Heliotrope

📋 copy color: '#C47DFC'

red 196 ◦ green 125 ◦ blue 252

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

Shades of Heliotrope #C47DFC

Tints of Heliotrope #C47DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.82%

 BLUE value IS 252 (98.83% from 255) = 43.98%

R = 34.21%
G = 21.82%
B = 43.98%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C47DFC (or 0xC47DFC) is known color: Heliotrope. HEX triplet: C4, 7D and FC. RGB value is (196,125,252). Sum of RGB (Red+Green+Blue) = 196+125+252=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #C47DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C47DFC is #3B8203. Grayscale: #A0A0A0. Windows color (decimal): -3899908 or 16547268. OLE color: 16547268.

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

Color convert

RGB 196 125 252 -
CMYK 0.22 0.50 0 0.01
HSL 273.54º 0.95% 0.74% -
HSV(B) 273.54º 0.5% 0.99% -
XYZ 47.67 33.43 96.04 -
YUV 160.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 196 125 252 0.22 0.50 0 0.01 273.54 0.95 0.74
Hex C4 7D FC 16 32 0 1 112 5F 4A
Octal 304 175 374 26 62 0 1 422 137 112
Binary 11000100 1111101 11111100 10110 110010 0 1 100010010 1011111 1001010

Color Harmonies of #C47DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DFC

Black with #C47DFC

Text Example


Text Example

White with #C47DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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