#C268D1

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

Shades of Medium Orchid #C268D1

Tints of Medium Orchid #C268D1

Color information

#C268D1 (or 0xC268D1) is unknown color: approx Medium Orchid. HEX triplet: C2, 68 and D1. RGB value is (194,104,209). Sum of RGB (Red+Green+Blue) = 194+104+209=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #C268D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268D1 is #3D972E. Grayscale: #8E8E8E. Windows color (decimal): -4036399 or 13723842. OLE color: 13723842.

HSL color Cylindrical-coordinate representation of color #C268D1: hue angle of 291.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C268D1 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194104209-
CMYK0.070.5000.18
HSL291.43º53.3%61.37%-
HSV(B)291.43º50.24%81.96%-
XYZ38.7125.9763.29-
YUV142.88165.32164.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 104 (41.02% from 255) = 20.51%
BLUE value IS 209 (82.03% from 255) = 41.22%
R=38.26%
G=20.51%
B=41.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941042090.070.5000.18291.4353.361.37
HexC268D1732012123353d
Octal3021503217620224436575
Binary11000010110100011010001111110010010010100100011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C268D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C268D1; }

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

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

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

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

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

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

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

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