Html Css Color HEX #C874EC Heliotrope

📋 copy color: '#C874EC'

red 200 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #C874EC

Tints of Heliotrope #C874EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 36.23%
G = 21.01%
B = 42.75%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C874EC (or 0xC874EC) is known color: Heliotrope. HEX triplet: C8, 74 and EC. RGB value is (200,116,236). Sum of RGB (Red+Green+Blue) = 200+116+236=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #C874EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C874EC is #378B13. Grayscale: #9A9A9A. Windows color (decimal): -3640084 or 15496392. OLE color: 15496392.

HSL color Cylindrical-coordinate representation of color #C874EC: hue angle of 282º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C874EC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 116 236 -
CMYK 0.15 0.51 0 0.07
HSL 282º 0.76% 0.69% -
HSV(B) 282º 0.51% 0.93% -
XYZ 45.21 30.83 82.92 -
YUV 154.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 200 116 236 0.15 0.51 0 0.07 282 0.76 0.69
Hex C8 74 EC F 33 0 7 11A 4C 45
Octal 310 164 354 17 63 0 7 432 114 105
Binary 11001000 1110100 11101100 1111 110011 0 111 100011010 1001100 1000101

Color Harmonies of #C874EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874EC

Black with #C874EC

Text Example


Text Example

White with #C874EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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