#C034DD

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

Shades of Medium Orchid #C034DD

Tints of Medium Orchid #C034DD

Color information

#C034DD (or 0xC034DD) is unknown color: approx Medium Orchid. HEX triplet: C0, 34 and DD. RGB value is (192,52,221). Sum of RGB (Red+Green+Blue) = 192+52+221=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #C034DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034DD is #3FCB22. Grayscale: #707070. Windows color (decimal): -4180771 or 14496960. OLE color: 14496960.

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

Color convert

RGB19252221-
CMYK0.130.7600.13
HSL289.7º71.31%53.53%-
HSV(B)289.7º76.47%86.67%-
XYZ36.0218.8870.15-
YUV113.13188.88184.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 52 (20.70% from 255) = 11.18%
BLUE value IS 221 (86.72% from 255) = 47.53%
R=41.29%
G=11.18%
B=47.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192522210.130.7600.13289.771.3153.53
HexC034DDD4C0D1224736
Octal300643351511401544210766
Binary110000001101001101110111011001100011011001000101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C034DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C034DD; }

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

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

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

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

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

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

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

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