Html Css Color HEX #C04EF7 Medium Orchid

📋 copy color: '#C04EF7'

red 192 ◦ green 78 ◦ blue 247

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

Shades of Medium Orchid #C04EF7

Tints of Medium Orchid #C04EF7

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.09%

 BLUE value IS 247 (96.88% from 255) = 47.78%

R = 37.14%
G = 15.09%
B = 47.78%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C04EF7 (or 0xC04EF7) is known color: Medium Orchid. HEX triplet: C0, 4E and F7. RGB value is (192,78,247). Sum of RGB (Red+Green+Blue) = 192+78+247=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #C04EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EF7 is #3FB108. Grayscale: #828282. Windows color (decimal): -4174089 or 16207552. OLE color: 16207552.

HSL color Cylindrical-coordinate representation of color #C04EF7: hue angle of 280.47º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04EF7 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 78 247 -
CMYK 0.22 0.68 0 0.03
HSL 280.47º 0.91% 0.64% -
HSV(B) 280.47º 0.68% 0.97% -
XYZ 41.25 23.37 90.33 -
YUV 131.35 193.27 171.26 -
System Red Green Blue C M Y K H S L
Decimal 192 78 247 0.22 0.68 0 0.03 280.47 0.91 0.64
Hex C0 4E F7 16 44 0 3 118 5B 40
Octal 300 116 367 26 104 0 3 430 133 100
Binary 11000000 1001110 11110111 10110 1000100 0 11 100011000 1011011 1000000

Color Harmonies of #C04EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EF7

Black with #C04EF7

Text Example


Text Example

White with #C04EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EF7; }

 p { color: rgb(192,78,247); }

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

background-color css

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

 a { background-color: rgb(192,78,247); }

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

border-color css

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

 span { border-color: rgb(192,78,247); }

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