#C063CF

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

Shades of Medium Orchid #C063CF

Tints of Medium Orchid #C063CF

Color information

#C063CF (or 0xC063CF) is unknown color: approx Medium Orchid. HEX triplet: C0, 63 and CF. RGB value is (192,99,207). Sum of RGB (Red+Green+Blue) = 192+99+207=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #C063CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063CF is #3F9C30. Grayscale: #8A8A8A. Windows color (decimal): -4168753 or 13591488. OLE color: 13591488.

HSL color Cylindrical-coordinate representation of color #C063CF: hue angle of 291.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C063CF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19299207-
CMYK0.070.5200.19
HSL291.67º52.94%60%-
HSV(B)291.67º52.17%81.18%-
XYZ37.4624.6461.81-
YUV139.12166.31165.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 99 (39.06% from 255) = 19.88%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=38.55%
G=19.88%
B=41.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192992070.070.5200.19291.6752.9460
HexC063CF734013124353c
Octal3001433177640234446574
Binary11000000110001111001111111110100010011100100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063CF; }

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

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

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

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

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

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

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

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