Html Css Color HEX #C04DD5 Medium Orchid

📋 copy color: '#C04DD5'

red 192 ◦ green 77 ◦ blue 213

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

Shades of Medium Orchid #C04DD5

Tints of Medium Orchid #C04DD5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.98%

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

R = 39.83%
G = 15.98%
B = 44.19%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C04DD5 (or 0xC04DD5) is known color: Medium Orchid. HEX triplet: C0, 4D and D5. RGB value is (192,77,213). Sum of RGB (Red+Green+Blue) = 192+77+213=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #C04DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DD5 is #3FB22A. Grayscale: #7E7E7E. Windows color (decimal): -4174379 or 13979072. OLE color: 13979072.

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

Color convert

RGB 192 77 213 -
CMYK 0.10 0.64 0 0.16
HSL 290.74º 0.62% 0.57% -
HSV(B) 290.74º 0.64% 0.84% -
XYZ 36.4 21.32 65.15 -
YUV 126.89 176.6 174.44 -
System Red Green Blue C M Y K H S L
Decimal 192 77 213 0.10 0.64 0 0.16 290.74 0.62 0.57
Hex C0 4D D5 A 40 0 10 123 3E 39
Octal 300 115 325 12 100 0 20 443 76 71
Binary 11000000 1001101 11010101 1010 1000000 0 10000 100100011 111110 111001

Color Harmonies of #C04DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DD5

Black with #C04DD5

Text Example


Text Example

White with #C04DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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