#C04FD4

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

Shades of Medium Orchid #C04FD4

Tints of Medium Orchid #C04FD4

Color information

#C04FD4 (or 0xC04FD4) is unknown color: approx Medium Orchid. HEX triplet: C0, 4F and D4. RGB value is (192,79,212). Sum of RGB (Red+Green+Blue) = 192+79+212=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #C04FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FD4 is #3FB02B. Grayscale: #7F7F7F. Windows color (decimal): -4173868 or 13914048. OLE color: 13914048.

HSL color Cylindrical-coordinate representation of color #C04FD4: hue angle of 290.98º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04FD4 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19279212-
CMYK0.090.6300.17
HSL290.98º60.73%57.06%-
HSV(B)290.98º62.74%83.14%-
XYZ36.4221.5564.53-
YUV127.95175.44173.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 79 (31.25% from 255) = 16.36%
BLUE value IS 212 (83.20% from 255) = 43.89%
R=39.75%
G=16.36%
B=43.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192792120.090.6300.17290.9860.7357.06
HexC04FD493F0111233d39
Octal30011732411770214437571
Binary110000001001111110101001001111111010001100100011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04FD4; }

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

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

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

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

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

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

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

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