Html Css Color HEX #C040EF Medium Orchid

📋 copy color: '#C040EF'

red 192 ◦ green 64 ◦ blue 239

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

Shades of Medium Orchid #C040EF

Tints of Medium Orchid #C040EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.93%

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 38.79%
G = 12.93%
B = 48.28%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C040EF (or 0xC040EF) is known color: Medium Orchid. HEX triplet: C0, 40 and EF. RGB value is (192,64,239). Sum of RGB (Red+Green+Blue) = 192+64+239=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #C040EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C040EF is #3FBF10. Grayscale: #797979. Windows color (decimal): -4177681 or 15679680. OLE color: 15679680.

HSL color Cylindrical-coordinate representation of color #C040EF: hue angle of 283.89º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C040EF is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 64 239 -
CMYK 0.20 0.73 0 0.06
HSL 283.89º 0.85% 0.59% -
HSV(B) 283.89º 0.73% 0.94% -
XYZ 39.15 21.11 83.67 -
YUV 122.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 192 64 239 0.20 0.73 0 0.06 283.89 0.85 0.59
Hex C0 40 EF 14 49 0 6 11C 55 3B
Octal 300 100 357 24 111 0 6 434 125 73
Binary 11000000 1000000 11101111 10100 1001001 0 110 100011100 1010101 111011

Color Harmonies of #C040EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040EF

Black with #C040EF

Text Example


Text Example

White with #C040EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040EF; }

 p { color: rgb(192,64,239); }

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

background-color css

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

 a { background-color: rgb(192,64,239); }

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

border-color css

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

 span { border-color: rgb(192,64,239); }

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