#C26BD9

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

Shades of Medium Orchid #C26BD9

Tints of Medium Orchid #C26BD9

Color information

#C26BD9 (or 0xC26BD9) is unknown color: approx Medium Orchid. HEX triplet: C2, 6B and D9. RGB value is (194,107,217). Sum of RGB (Red+Green+Blue) = 194+107+217=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #C26BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26BD9 is #3D9426. Grayscale: #919191. Windows color (decimal): -4035623 or 14248898. OLE color: 14248898.

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

Color convert

RGB194107217-
CMYK0.110.5100.15
HSL287.45º59.14%63.53%-
HSV(B)287.45º50.69%85.1%-
XYZ40.0326.9968.75-
YUV145.55168.32162.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 107 (42.19% from 255) = 20.66%
BLUE value IS 217 (85.16% from 255) = 41.89%
R=37.45%
G=20.66%
B=41.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941072170.110.5100.15287.4559.1463.53
HexC26BD9B330F11f3b40
Octal302153331136301743773100
Binary110000101101011110110011011110011011111000111111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26BD9; }

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

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

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

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

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

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

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

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