Html Css Color HEX #C04EFC Medium Orchid

📋 copy color: '#C04EFC'

red 192 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #C04EFC

Tints of Medium Orchid #C04EFC

RGB

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

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

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

R = 36.78%
G = 14.94%
B = 48.28%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C04EFC (or 0xC04EFC) is known color: Medium Orchid. HEX triplet: C0, 4E and FC. RGB value is (192,78,252). Sum of RGB (Red+Green+Blue) = 192+78+252=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #C04EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EFC is #3FB103. Grayscale: #838383. Windows color (decimal): -4174084 or 16535232. OLE color: 16535232.

HSL color Cylindrical-coordinate representation of color #C04EFC: hue angle of 279.31º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04EFC is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 78 252 -
CMYK 0.24 0.69 0 0.01
HSL 279.31º 0.97% 0.65% -
HSV(B) 279.31º 0.69% 0.99% -
XYZ 42.03 23.68 94.45 -
YUV 131.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 192 78 252 0.24 0.69 0 0.01 279.31 0.97 0.65
Hex C0 4E FC 18 45 0 1 117 61 41
Octal 300 116 374 30 105 0 1 427 141 101
Binary 11000000 1001110 11111100 11000 1000101 0 1 100010111 1100001 1000001

Color Harmonies of #C04EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EFC

Black with #C04EFC

Text Example


Text Example

White with #C04EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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