#C04FDC

Color #C04FDC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C04FDC

Tints of Medium Orchid #C04FDC

Color information

#C04FDC (or 0xC04FDC) is unknown color: approx Medium Orchid. HEX triplet: C0, 4F and DC. RGB value is (192,79,220). Sum of RGB (Red+Green+Blue) = 192+79+220=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #C04FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FDC is #3FB023. Grayscale: #808080. Windows color (decimal): -4173860 or 14438336. OLE color: 14438336.

HSL color Cylindrical-coordinate representation of color #C04FDC: hue angle of 288.09º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04FDC is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19279220-
CMYK0.130.6400.14
HSL288.09º66.82%58.63%-
HSV(B)288.09º64.09%86.27%-
XYZ37.4521.9769.98-
YUV128.86179.44173.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 79 (31.25% from 255) = 16.09%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=39.10%
G=16.09%
B=44.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192792200.130.6400.14288.0966.8258.63
HexC04FDCD400E120433b
Octal3001173341510001644010373
Binary1100000010011111101110011011000000011101001000001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04FDC; }

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

 H1.HeaderClassName
 {
   color: #C04FDC;
 }
 .AnyTagClassName
 {
   color: #C04FDC;
 }
</style>
background-color css

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

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

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

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

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

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