Html Css Color HEX #C04DCD Medium Orchid

📋 copy color: '#C04DCD'

red 192 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #C04DCD

Tints of Medium Orchid #C04DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 40.51%
G = 16.24%
B = 43.25%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C04DCD (or 0xC04DCD) is known color: Medium Orchid. HEX triplet: C0, 4D and CD. RGB value is (192,77,205). Sum of RGB (Red+Green+Blue) = 192+77+205=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #C04DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DCD is #3FB232. Grayscale: #7D7D7D. Windows color (decimal): -4174387 or 13454784. OLE color: 13454784.

HSL color Cylindrical-coordinate representation of color #C04DCD: hue angle of 293.91º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04DCD is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 77 205 -
CMYK 0.06 0.62 0 0.20
HSL 293.91º 0.56% 0.55% -
HSV(B) 293.91º 0.62% 0.8% -
XYZ 35.41 20.92 59.93 -
YUV 125.98 172.6 175.09 -
System Red Green Blue C M Y K H S L
Decimal 192 77 205 0.06 0.62 0 0.20 293.91 0.56 0.55
Hex C0 4D CD 6 3E 0 14 126 38 37
Octal 300 115 315 6 76 0 24 446 70 67
Binary 11000000 1001101 11001101 110 111110 0 10100 100100110 111000 110111

Color Harmonies of #C04DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DCD

Black with #C04DCD

Text Example


Text Example

White with #C04DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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