Html Css Color HEX #C04DF0 Medium Orchid

📋 copy color: '#C04DF0'

red 192 ◦ green 77 ◦ blue 240

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

Shades of Medium Orchid #C04DF0

Tints of Medium Orchid #C04DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.15%

R = 37.72%
G = 15.13%
B = 47.15%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C04DF0 (or 0xC04DF0) is known color: Medium Orchid. HEX triplet: C0, 4D and F0. RGB value is (192,77,240). Sum of RGB (Red+Green+Blue) = 192+77+240=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #C04DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04DF0 is #3FB20F. Grayscale: #818181. Windows color (decimal): -4174352 or 15748544. OLE color: 15748544.

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

Color convert

RGB 192 77 240 -
CMYK 0.20 0.68 0 0.06
HSL 282.33º 0.84% 0.62% -
HSV(B) 282.33º 0.68% 0.94% -
XYZ 40.12 22.81 84.73 -
YUV 129.97 190.1 172.25 -
System Red Green Blue C M Y K H S L
Decimal 192 77 240 0.20 0.68 0 0.06 282.33 0.84 0.62
Hex C0 4D F0 14 44 0 6 11A 54 3E
Octal 300 115 360 24 104 0 6 432 124 76
Binary 11000000 1001101 11110000 10100 1000100 0 110 100011010 1010100 111110

Color Harmonies of #C04DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DF0

Black with #C04DF0

Text Example


Text Example

White with #C04DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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