Html Css Color HEX #C874FC Heliotrope

📋 copy color: '#C874FC'

red 200 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #C874FC

Tints of Heliotrope #C874FC

RGB

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

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

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

R = 35.21%
G = 20.42%
B = 44.37%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C874FC (or 0xC874FC) is known color: Heliotrope. HEX triplet: C8, 74 and FC. RGB value is (200,116,252). Sum of RGB (Red+Green+Blue) = 200+116+252=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #C874FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874FC is #378B03. Grayscale: #9C9C9C. Windows color (decimal): -3640068 or 16544968. OLE color: 16544968.

HSL color Cylindrical-coordinate representation of color #C874FC: hue angle of 277.06º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C874FC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 116 252 -
CMYK 0.21 0.54 0 0.01
HSL 277.06º 0.96% 0.72% -
HSV(B) 277.06º 0.54% 0.99% -
XYZ 47.64 31.8 95.72 -
YUV 156.62 181.83 158.94 -
System Red Green Blue C M Y K H S L
Decimal 200 116 252 0.21 0.54 0 0.01 277.06 0.96 0.72
Hex C8 74 FC 15 36 0 1 115 60 48
Octal 310 164 374 25 66 0 1 425 140 110
Binary 11001000 1110100 11111100 10101 110110 0 1 100010101 1100000 1001000

Color Harmonies of #C874FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874FC

Black with #C874FC

Text Example


Text Example

White with #C874FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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