Html Css Color HEX #C074EC Heliotrope

📋 copy color: '#C074EC'

red 192 ◦ green 116 ◦ blue 236

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

Shades of Heliotrope #C074EC

Tints of Heliotrope #C074EC

RGB

 RED value IS 192 (75.39% from 255) = 35.29%

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

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

R = 35.29%
G = 21.32%
B = 43.38%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C074EC (or 0xC074EC) is known color: Heliotrope. HEX triplet: C0, 74 and EC. RGB value is (192,116,236). Sum of RGB (Red+Green+Blue) = 192+116+236=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #C074EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C074EC is #3F8B13. Grayscale: #989898. Windows color (decimal): -4164372 or 15496384. OLE color: 15496384.

HSL color Cylindrical-coordinate representation of color #C074EC: hue angle of 278º 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 #C074EC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 116 236 -
CMYK 0.19 0.51 0 0.07
HSL 278º 0.76% 0.69% -
HSV(B) 278º 0.51% 0.93% -
XYZ 43.12 29.75 82.83 -
YUV 152.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 192 116 236 0.19 0.51 0 0.07 278 0.76 0.69
Hex C0 74 EC 13 33 0 7 116 4C 45
Octal 300 164 354 23 63 0 7 426 114 105
Binary 11000000 1110100 11101100 10011 110011 0 111 100010110 1001100 1000101

Color Harmonies of #C074EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C074EC

Black with #C074EC

Text Example


Text Example

White with #C074EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C074EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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