#C26DD1

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

Shades of Medium Orchid #C26DD1

Tints of Medium Orchid #C26DD1

Color information

#C26DD1 (or 0xC26DD1) is unknown color: approx Medium Orchid. HEX triplet: C2, 6D and D1. RGB value is (194,109,209). Sum of RGB (Red+Green+Blue) = 194+109+209=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #C26DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DD1 is #3D922E. Grayscale: #919191. Windows color (decimal): -4035119 or 13725122. OLE color: 13725122.

HSL color Cylindrical-coordinate representation of color #C26DD1: hue angle of 291º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26DD1 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194109209-
CMYK0.070.4800.18
HSL291º52.08%62.35%-
HSV(B)291º47.85%81.96%-
XYZ39.2327.0163.47-
YUV145.82163.66162.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 209 (82.03% from 255) = 40.82%
R=37.89%
G=21.29%
B=40.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941092090.070.4800.1829152.0862.35
HexC26DD1730012123343e
Octal3021553217600224436476
Binary11000010110110111010001111110000010010100100011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26DD1; }

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

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

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

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

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

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

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

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