#C063D0

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

Shades of Medium Orchid #C063D0

Tints of Medium Orchid #C063D0

Color information

#C063D0 (or 0xC063D0) is unknown color: approx Medium Orchid. HEX triplet: C0, 63 and D0. RGB value is (192,99,208). Sum of RGB (Red+Green+Blue) = 192+99+208=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #C063D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063D0 is #3F9C2F. Grayscale: #8A8A8A. Windows color (decimal): -4168752 or 13657024. OLE color: 13657024.

HSL color Cylindrical-coordinate representation of color #C063D0: hue angle of 291.19º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C063D0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19299208-
CMYK0.080.5200.18
HSL291.19º53.69%60.2%-
HSV(B)291.19º52.4%81.57%-
XYZ37.5924.6862.46-
YUV139.23166.81165.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 99 (39.06% from 255) = 19.84%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=38.48%
G=19.84%
B=41.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192992080.080.5200.18291.1953.6960.2
HexC063D0834012123363c
Octal30014332010640224436674
Binary110000001100011110100001000110100010010100100011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063D0; }

 p { color: rgb(192,99,208); }

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

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

 a { background-color: rgb(192,99,208); }

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

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

 span { border-color: rgb(192,99,208); }

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