#C035DC

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

Shades of Medium Orchid #C035DC

Tints of Medium Orchid #C035DC

Color information

#C035DC (or 0xC035DC) is unknown color: approx Medium Orchid. HEX triplet: C0, 35 and DC. RGB value is (192,53,220). Sum of RGB (Red+Green+Blue) = 192+53+220=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #C035DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035DC is #3FCA23. Grayscale: #717171. Windows color (decimal): -4180516 or 14431680. OLE color: 14431680.

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

Color convert

RGB19253220-
CMYK0.130.7600.14
HSL289.94º70.46%53.53%-
HSV(B)289.94º75.91%86.27%-
XYZ35.9318.9269.47-
YUV113.6188.05183.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 53 (21.09% from 255) = 11.40%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=41.29%
G=11.40%
B=47.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192532200.130.7600.14289.9470.4653.53
HexC035DCD4C0E1224636
Octal300653341511401644210666
Binary110000001101011101110011011001100011101001000101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C035DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C035DC; }

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

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

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

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

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

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

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

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