Html Css Color HEX #C040ED Medium Orchid

📋 copy color: '#C040ED'

red 192 ◦ green 64 ◦ blue 237

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

Shades of Medium Orchid #C040ED

Tints of Medium Orchid #C040ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 38.95%
G = 12.98%
B = 48.07%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C040ED (or 0xC040ED) is known color: Medium Orchid. HEX triplet: C0, 40 and ED. RGB value is (192,64,237). Sum of RGB (Red+Green+Blue) = 192+64+237=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #C040ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C040ED is #3FBF12. Grayscale: #797979. Windows color (decimal): -4177683 or 15548608. OLE color: 15548608.

HSL color Cylindrical-coordinate representation of color #C040ED: hue angle of 284.39º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C040ED is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 64 237 -
CMYK 0.19 0.73 0 0.07
HSL 284.39º 0.83% 0.59% -
HSV(B) 284.39º 0.73% 0.93% -
XYZ 38.86 20.99 82.12 -
YUV 121.99 192.91 177.93 -
System Red Green Blue C M Y K H S L
Decimal 192 64 237 0.19 0.73 0 0.07 284.39 0.83 0.59
Hex C0 40 ED 13 49 0 7 11C 53 3B
Octal 300 100 355 23 111 0 7 434 123 73
Binary 11000000 1000000 11101101 10011 1001001 0 111 100011100 1010011 111011

Color Harmonies of #C040ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040ED

Black with #C040ED

Text Example


Text Example

White with #C040ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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