Html Css Color HEX #C04DDD Medium Orchid

📋 copy color: '#C04DDD'

red 192 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #C04DDD

Tints of Medium Orchid #C04DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.1%

R = 39.18%
G = 15.71%
B = 45.1%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C04DDD (or 0xC04DDD) is known color: Medium Orchid. HEX triplet: C0, 4D and DD. RGB value is (192,77,221). Sum of RGB (Red+Green+Blue) = 192+77+221=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #C04DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DDD is #3FB222. Grayscale: #7F7F7F. Windows color (decimal): -4174371 or 14503360. OLE color: 14503360.

HSL color Cylindrical-coordinate representation of color #C04DDD: hue angle of 287.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04DDD is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 77 221 -
CMYK 0.13 0.65 0 0.13
HSL 287.92º 0.68% 0.58% -
HSV(B) 287.92º 0.65% 0.87% -
XYZ 37.44 21.73 70.63 -
YUV 127.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 192 77 221 0.13 0.65 0 0.13 287.92 0.68 0.58
Hex C0 4D DD D 41 0 D 120 44 3A
Octal 300 115 335 15 101 0 15 440 104 72
Binary 11000000 1001101 11011101 1101 1000001 0 1101 100100000 1000100 111010

Color Harmonies of #C04DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DDD

Black with #C04DDD

Text Example


Text Example

White with #C04DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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