Html Css Color HEX #C04EDF Medium Orchid

📋 copy color: '#C04EDF'

red 192 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #C04EDF

Tints of Medium Orchid #C04EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 38.95%
G = 15.82%
B = 45.23%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C04EDF (or 0xC04EDF) is known color: Medium Orchid. HEX triplet: C0, 4E and DF. RGB value is (192,78,223). Sum of RGB (Red+Green+Blue) = 192+78+223=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #C04EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EDF is #3FB120. Grayscale: #808080. Windows color (decimal): -4174113 or 14634688. OLE color: 14634688.

HSL color Cylindrical-coordinate representation of color #C04EDF: hue angle of 287.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04EDF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 78 223 -
CMYK 0.14 0.65 0 0.13
HSL 287.17º 0.69% 0.59% -
HSV(B) 287.17º 0.65% 0.87% -
XYZ 37.78 21.98 72.06 -
YUV 128.62 181.27 173.21 -
System Red Green Blue C M Y K H S L
Decimal 192 78 223 0.14 0.65 0 0.13 287.17 0.69 0.59
Hex C0 4E DF E 41 0 D 11F 45 3B
Octal 300 116 337 16 101 0 15 437 105 73
Binary 11000000 1001110 11011111 1110 1000001 0 1101 100011111 1000101 111011

Color Harmonies of #C04EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EDF

Black with #C04EDF

Text Example


Text Example

White with #C04EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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