Html Css Color HEX #C04FEC Medium Orchid

📋 copy color: '#C04FEC'

red 192 ◦ green 79 ◦ blue 236

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

Shades of Medium Orchid #C04FEC

Tints of Medium Orchid #C04FEC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.58%

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 37.87%
G = 15.58%
B = 46.55%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C04FEC (or 0xC04FEC) is known color: Medium Orchid. HEX triplet: C0, 4F and EC. RGB value is (192,79,236). Sum of RGB (Red+Green+Blue) = 192+79+236=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #C04FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04FEC is #3FB013. Grayscale: #828282. Windows color (decimal): -4173844 or 15486912. OLE color: 15486912.

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

Color convert

RGB 192 79 236 -
CMYK 0.19 0.67 0 0.07
HSL 283.18º 0.81% 0.62% -
HSV(B) 283.18º 0.67% 0.93% -
XYZ 39.67 22.85 81.68 -
YUV 130.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 192 79 236 0.19 0.67 0 0.07 283.18 0.81 0.62
Hex C0 4F EC 13 43 0 7 11B 51 3E
Octal 300 117 354 23 103 0 7 433 121 76
Binary 11000000 1001111 11101100 10011 1000011 0 111 100011011 1010001 111110

Color Harmonies of #C04FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FEC

Black with #C04FEC

Text Example


Text Example

White with #C04FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FEC; }

 p { color: rgb(192,79,236); }

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

background-color css

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

 a { background-color: rgb(192,79,236); }

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

border-color css

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

 span { border-color: rgb(192,79,236); }

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