Html Css Color HEX #C874FE Heliotrope

📋 copy color: '#C874FE'

red 200 ◦ green 116 ◦ blue 254

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

Shades of Heliotrope #C874FE

Tints of Heliotrope #C874FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 35.09%
G = 20.35%
B = 44.56%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C874FE (or 0xC874FE) is known color: Heliotrope. HEX triplet: C8, 74 and FE. RGB value is (200,116,254). Sum of RGB (Red+Green+Blue) = 200+116+254=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #C874FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874FE is #378B01. Grayscale: #9C9C9C. Windows color (decimal): -3640066 or 16676040. OLE color: 16676040.

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

Color convert

RGB 200 116 254 -
CMYK 0.21 0.54 0 0.00
HSL 276.52º 0.99% 0.73% -
HSV(B) 276.52º 0.54% 1% -
XYZ 47.95 31.93 97.4 -
YUV 156.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 200 116 254 0.21 0.54 0 0.00 276.52 0.99 0.73
Hex C8 74 FE 15 36 0 0 115 63 49
Octal 310 164 376 25 66 0 0 425 143 111
Binary 11001000 1110100 11111110 10101 110110 0 0 100010101 1100011 1001001

Color Harmonies of #C874FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874FE

Black with #C874FE

Text Example


Text Example

White with #C874FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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