#C263DA

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

Shades of Medium Orchid #C263DA

Tints of Medium Orchid #C263DA

Color information

#C263DA (or 0xC263DA) is unknown color: approx Medium Orchid. HEX triplet: C2, 63 and DA. RGB value is (194,99,218). Sum of RGB (Red+Green+Blue) = 194+99+218=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #C263DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263DA is #3D9C25. Grayscale: #8C8C8C. Windows color (decimal): -4037670 or 14312386. OLE color: 14312386.

HSL color Cylindrical-coordinate representation of color #C263DA: hue angle of 287.9º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C263DA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19499218-
CMYK0.110.5500.15
HSL287.9º61.66%62.16%-
HSV(B)287.9º54.59%85.49%-
XYZ39.3625.4569.17-
YUV140.97171.47165.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 99 (39.06% from 255) = 19.37%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=37.96%
G=19.37%
B=42.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194992180.110.5500.15287.961.6662.16
HexC263DAB370F1203e3e
Octal30214333213670174407676
Binary11000010110001111011010101111011101111100100000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C263DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C263DA; }

 p { color: rgb(194,99,218); }

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

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

 a { background-color: rgb(194,99,218); }

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

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

 span { border-color: rgb(194,99,218); }

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