#c63adc

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

Shades of Medium Orchid #C63ADC

Tints of Medium Orchid #C63ADC

Color information

#C63ADC (or 0xC63ADC) is unknown color: approx Medium Orchid. HEX triplet: C6, 3A and DC. RGB value is (198,58,220). Sum of RGB (Red+Green+Blue) = 198+58+220=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #C63ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63ADC is #39C523. Grayscale: #757575. Windows color (decimal): -3786020 or 14432966. OLE color: 14432966.

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

Color convert

RGB19858220-
CMYK0.10.7400.14
HSL291.85º69.83%54.51%-
HSV(B)291.85º73.64%86.27%-
XYZ37.7220.269.62-
YUV118.33185.38184.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 58 (23.05% from 255) = 12.18%
BLUE value IS 220 (86.33% from 255) = 46.22%
R=41.60%
G=12.18%
B=46.22%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198582200.10.7400.14291.8569.8354.51
HexC63ADCA4A0E1244637
Octal306723341211201644410667
Binary110001101110101101110010101001010011101001001001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63adc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63adc; }

 p { color: rgb(198,58,220); }

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

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

 a { background-color: rgb(198,58,220); }

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

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

 span { border-color: rgb(198,58,220); }

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