#C04CD3

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

Shades of Medium Orchid #C04CD3

Tints of Medium Orchid #C04CD3

Color information

#C04CD3 (or 0xC04CD3) is unknown color: approx Medium Orchid. HEX triplet: C0, 4C and D3. RGB value is (192,76,211). Sum of RGB (Red+Green+Blue) = 192+76+211=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #C04CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CD3 is #3FB32C. Grayscale: #7D7D7D. Windows color (decimal): -4174637 or 13847744. OLE color: 13847744.

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

Color convert

RGB19276211-
CMYK0.090.6400.17
HSL291.56º60.54%56.27%-
HSV(B)291.56º63.98%82.75%-
XYZ36.0821.0863.79-
YUV126.07175.93175.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 76 (30.08% from 255) = 15.87%
BLUE value IS 211 (82.81% from 255) = 44.05%
R=40.08%
G=15.87%
B=44.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192762110.090.6400.17291.5660.5456.27
HexC04CD39400111243d38
Octal300114323111000214447570
Binary1100000010011001101001110011000000010001100100100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04CD3; }

 p { color: rgb(192,76,211); }

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

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

 a { background-color: rgb(192,76,211); }

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

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

 span { border-color: rgb(192,76,211); }

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