Html Css Color HEX #C04DF8 Medium Orchid

📋 copy color: '#C04DF8'

red 192 ◦ green 77 ◦ blue 248

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

Shades of Medium Orchid #C04DF8

Tints of Medium Orchid #C04DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.97%

R = 37.14%
G = 14.89%
B = 47.97%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C04DF8 (or 0xC04DF8) is known color: Medium Orchid. HEX triplet: C0, 4D and F8. RGB value is (192,77,248). Sum of RGB (Red+Green+Blue) = 192+77+248=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #C04DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04DF8 is #3FB207. Grayscale: #828282. Windows color (decimal): -4174344 or 16272832. OLE color: 16272832.

HSL color Cylindrical-coordinate representation of color #C04DF8: hue angle of 280.35º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C04DF8 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 77 248 -
CMYK 0.23 0.69 0 0.03
HSL 280.35º 0.92% 0.64% -
HSV(B) 280.35º 0.69% 0.97% -
XYZ 41.34 23.29 91.12 -
YUV 130.88 194.1 171.6 -
System Red Green Blue C M Y K H S L
Decimal 192 77 248 0.23 0.69 0 0.03 280.35 0.92 0.64
Hex C0 4D F8 17 45 0 3 118 5C 40
Octal 300 115 370 27 105 0 3 430 134 100
Binary 11000000 1001101 11111000 10111 1000101 0 11 100011000 1011100 1000000

Color Harmonies of #C04DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DF8

Black with #C04DF8

Text Example


Text Example

White with #C04DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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