#C263DD

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

Shades of Medium Orchid #C263DD

Tints of Medium Orchid #C263DD

Color information

#C263DD (or 0xC263DD) is unknown color: approx Medium Orchid. HEX triplet: C2, 63 and DD. RGB value is (194,99,221). Sum of RGB (Red+Green+Blue) = 194+99+221=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #C263DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C263DD is #3D9C22. Grayscale: #8C8C8C. Windows color (decimal): -4037667 or 14508994. OLE color: 14508994.

HSL color Cylindrical-coordinate representation of color #C263DD: hue angle of 286.72º degrees, saturation: 0.64, 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 #C263DD is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19499221-
CMYK0.120.5500.13
HSL286.72º64.21%62.75%-
HSV(B)286.72º55.2%86.67%-
XYZ39.7625.6171.25-
YUV141.31172.97165.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 99 (39.06% from 255) = 19.26%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=37.74%
G=19.26%
B=43.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194992210.120.5500.13286.7264.2162.75
HexC263DDC370D11f403f
Octal302143335146701543710077
Binary110000101100011110111011100110111011011000111111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C263DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C263DD; }

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

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

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

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

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

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

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

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