#c034df

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

Shades of Medium Orchid #C034DF

Tints of Medium Orchid #C034DF

Color information

#C034DF (or 0xC034DF) is unknown color: approx Medium Orchid. HEX triplet: C0, 34 and DF. RGB value is (192,52,223). Sum of RGB (Red+Green+Blue) = 192+52+223=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #C034DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034DF is #3FCB20. Grayscale: #707070. Windows color (decimal): -4180769 or 14628032. OLE color: 14628032.

HSL color Cylindrical-coordinate representation of color #C034DF: hue angle of 289.12º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C034DF is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19252223-
CMYK0.140.7700.13
HSL289.12º72.77%53.92%-
HSV(B)289.12º76.68%87.45%-
XYZ36.2918.9971.57-
YUV113.35189.88184.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 52 (20.70% from 255) = 11.13%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=41.11%
G=11.13%
B=47.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192522230.140.7700.13289.1272.7753.92
HexC034DFE4D0D1214936
Octal300643371611501544111166
Binary110000001101001101111111101001101011011001000011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c034df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c034df; }

 p { color: rgb(192,52,223); }

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

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

 a { background-color: rgb(192,52,223); }

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

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

 span { border-color: rgb(192,52,223); }

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