Html Css Color HEX #C872F4 Heliotrope

📋 copy color: '#C872F4'

red 200 ◦ green 114 ◦ blue 244

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

Shades of Heliotrope #C872F4

Tints of Heliotrope #C872F4

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.43%

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

R = 35.84%
G = 20.43%
B = 43.73%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C872F4 (or 0xC872F4) is known color: Heliotrope. HEX triplet: C8, 72 and F4. RGB value is (200,114,244). Sum of RGB (Red+Green+Blue) = 200+114+244=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #C872F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C872F4 is #378D0B. Grayscale: #9A9A9A. Windows color (decimal): -3640588 or 16020168. OLE color: 16020168.

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

Color convert

RGB 200 114 244 -
CMYK 0.18 0.53 0 0.04
HSL 279.69º 0.86% 0.7% -
HSV(B) 279.69º 0.53% 0.96% -
XYZ 46.17 30.85 89.11 -
YUV 154.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 200 114 244 0.18 0.53 0 0.04 279.69 0.86 0.7
Hex C8 72 F4 12 35 0 4 118 56 46
Octal 310 162 364 22 65 0 4 430 126 106
Binary 11001000 1110010 11110100 10010 110101 0 100 100011000 1010110 1000110

Color Harmonies of #C872F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872F4

Black with #C872F4

Text Example


Text Example

White with #C872F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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