#C063D1

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

Shades of Medium Orchid #C063D1

Tints of Medium Orchid #C063D1

Color information

#C063D1 (or 0xC063D1) is unknown color: approx Medium Orchid. HEX triplet: C0, 63 and D1. RGB value is (192,99,209). Sum of RGB (Red+Green+Blue) = 192+99+209=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #C063D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063D1 is #3F9C2E. Grayscale: #8B8B8B. Windows color (decimal): -4168751 or 13722560. OLE color: 13722560.

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

Color convert

RGB19299209-
CMYK0.080.5300.18
HSL290.73º54.46%60.39%-
HSV(B)290.73º52.63%81.96%-
XYZ37.7124.7363.11-
YUV139.35167.31165.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 99 (39.06% from 255) = 19.8%
BLUE value IS 209 (82.03% from 255) = 41.8%
R=38.4%
G=19.8%
B=41.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192992090.080.5300.18290.7354.4660.39
HexC063D1835012123363c
Octal30014332110650224436674
Binary110000001100011110100011000110101010010100100011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063D1; }

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

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

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

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

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

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

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

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