#c063de

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

Shades of Medium Orchid #C063DE

Tints of Medium Orchid #C063DE

Color information

#C063DE (or 0xC063DE) is unknown color: approx Medium Orchid. HEX triplet: C0, 63 and DE. RGB value is (192,99,222). Sum of RGB (Red+Green+Blue) = 192+99+222=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #C063DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063DE is #3F9C21. Grayscale: #8C8C8C. Windows color (decimal): -4168738 or 14574528. OLE color: 14574528.

HSL color Cylindrical-coordinate representation of color #C063DE: hue angle of 285.37º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C063DE is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19299222-
CMYK0.140.5500.13
HSL285.37º65.08%62.94%-
HSV(B)285.37º55.41%87.06%-
XYZ39.3825.471.93-
YUV140.83173.81164.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 99 (39.06% from 255) = 19.30%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=37.43%
G=19.30%
B=43.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192992220.140.5500.13285.3765.0862.94
HexC063DEE370D11d413f
Octal300143336166701543510177
Binary110000001100011110111101110110111011011000111011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c063de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c063de; }

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

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

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

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

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

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

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

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