Html Css Color HEX #C874F4 Heliotrope

📋 copy color: '#C874F4'

red 200 ◦ green 116 ◦ blue 244

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

Shades of Heliotrope #C874F4

Tints of Heliotrope #C874F4

RGB

 RED value IS 200 (78.52% from 255) = 35.71%

 GREEN value IS 116 (45.7% from 255) = 20.71%

 BLUE value IS 244 (95.7% from 255) = 43.57%

R = 35.71%
G = 20.71%
B = 43.57%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C874F4 (or 0xC874F4) is known color: Heliotrope. HEX triplet: C8, 74 and F4. RGB value is (200,116,244). Sum of RGB (Red+Green+Blue) = 200+116+244=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #C874F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874F4 is #378B0B. Grayscale: #9B9B9B. Windows color (decimal): -3640076 or 16020680. OLE color: 16020680.

HSL color Cylindrical-coordinate representation of color #C874F4: hue angle of 279.38º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C874F4 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 116 244 -
CMYK 0.18 0.52 0 0.04
HSL 279.38º 0.85% 0.71% -
HSV(B) 279.38º 0.52% 0.96% -
XYZ 46.39 31.3 89.18 -
YUV 155.71 177.83 159.59 -
System Red Green Blue C M Y K H S L
Decimal 200 116 244 0.18 0.52 0 0.04 279.38 0.85 0.71
Hex C8 74 F4 12 34 0 4 117 55 47
Octal 310 164 364 22 64 0 4 427 125 107
Binary 11001000 1110100 11110100 10010 110100 0 100 100010111 1010101 1000111

Color Harmonies of #C874F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874F4

Black with #C874F4

Text Example


Text Example

White with #C874F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874F4; }

 p { color: rgb(200,116,244); }

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

background-color css

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

 a { background-color: rgb(200,116,244); }

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

border-color css

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

 span { border-color: rgb(200,116,244); }

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