#C268DF

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

Shades of Medium Orchid #C268DF

Tints of Medium Orchid #C268DF

Color information

#C268DF (or 0xC268DF) is unknown color: approx Medium Orchid. HEX triplet: C2, 68 and DF. RGB value is (194,104,223). Sum of RGB (Red+Green+Blue) = 194+104+223=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #C268DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268DF is #3D9720. Grayscale: #909090. Windows color (decimal): -4036385 or 14641346. OLE color: 14641346.

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

Color convert

RGB194104223-
CMYK0.130.5300.13
HSL285.38º65.03%64.12%-
HSV(B)285.38º53.36%87.45%-
XYZ40.5226.772.83-
YUV144.48172.32163.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 104 (41.02% from 255) = 19.96%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=37.24%
G=19.96%
B=42.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941042230.130.5300.13285.3865.0364.12
HexC268DFD350D11d4140
Octal3021503371565015435101100
Binary1100001011010001101111111011101010110110001110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C268DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C268DF; }

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

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

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

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

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

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

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

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