#C268D9

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

Shades of Medium Orchid #C268D9

Tints of Medium Orchid #C268D9

Color information

#C268D9 (or 0xC268D9) is unknown color: approx Medium Orchid. HEX triplet: C2, 68 and D9. RGB value is (194,104,217). Sum of RGB (Red+Green+Blue) = 194+104+217=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #C268D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268D9 is #3D9726. Grayscale: #8F8F8F. Windows color (decimal): -4036391 or 14248130. OLE color: 14248130.

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

Color convert

RGB194104217-
CMYK0.110.5200.15
HSL287.79º59.79%62.94%-
HSV(B)287.79º52.07%85.1%-
XYZ39.7226.3868.64-
YUV143.79169.32163.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 104 (41.02% from 255) = 20.19%
BLUE value IS 217 (85.16% from 255) = 42.14%
R=37.67%
G=20.19%
B=42.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941042170.110.5200.15287.7959.7962.94
HexC268D9B340F1203c3f
Octal30215033113640174407477
Binary11000010110100011011001101111010001111100100000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C268D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C268D9; }

 p { color: rgb(194,104,217); }

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

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

 a { background-color: rgb(194,104,217); }

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

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

 span { border-color: rgb(194,104,217); }

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