Html Css Color HEX #C040D5 Medium Orchid

📋 copy color: '#C040D5'

red 192 ◦ green 64 ◦ blue 213

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

Shades of Medium Orchid #C040D5

Tints of Medium Orchid #C040D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 40.94%
G = 13.65%
B = 45.42%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C040D5 (or 0xC040D5) is known color: Medium Orchid. HEX triplet: C0, 40 and D5. RGB value is (192,64,213). Sum of RGB (Red+Green+Blue) = 192+64+213=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #C040D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C040D5 is #3FBF2A. Grayscale: #767676. Windows color (decimal): -4177707 or 13975744. OLE color: 13975744.

HSL color Cylindrical-coordinate representation of color #C040D5: hue angle of 291.54º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C040D5 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 64 213 -
CMYK 0.10 0.70 0 0.16
HSL 291.54º 0.64% 0.54% -
HSV(B) 291.54º 0.7% 0.84% -
XYZ 35.58 19.68 64.87 -
YUV 119.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 192 64 213 0.10 0.70 0 0.16 291.54 0.64 0.54
Hex C0 40 D5 A 46 0 10 124 40 36
Octal 300 100 325 12 106 0 20 444 100 66
Binary 11000000 1000000 11010101 1010 1000110 0 10000 100100100 1000000 110110

Color Harmonies of #C040D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C040D5

Black with #C040D5

Text Example


Text Example

White with #C040D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C040D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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