Html Css Color HEX #C04DED Medium Orchid

📋 copy color: '#C04DED'

red 192 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #C04DED

Tints of Medium Orchid #C04DED

RGB

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

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

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

R = 37.94%
G = 15.22%
B = 46.84%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C04DED (or 0xC04DED) is known color: Medium Orchid. HEX triplet: C0, 4D and ED. RGB value is (192,77,237). Sum of RGB (Red+Green+Blue) = 192+77+237=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #C04DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04DED is #3FB212. Grayscale: #818181. Windows color (decimal): -4174355 or 15551936. OLE color: 15551936.

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

Color convert

RGB 192 77 237 -
CMYK 0.19 0.68 0 0.07
HSL 283.13º 0.82% 0.62% -
HSV(B) 283.13º 0.68% 0.93% -
XYZ 39.68 22.63 82.4 -
YUV 129.63 188.6 172.49 -
System Red Green Blue C M Y K H S L
Decimal 192 77 237 0.19 0.68 0 0.07 283.13 0.82 0.62
Hex C0 4D ED 13 44 0 7 11B 52 3E
Octal 300 115 355 23 104 0 7 433 122 76
Binary 11000000 1001101 11101101 10011 1000100 0 111 100011011 1010010 111110

Color Harmonies of #C04DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DED

Black with #C04DED

Text Example


Text Example

White with #C04DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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