#C26DCF

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

Shades of Medium Orchid #C26DCF

Tints of Medium Orchid #C26DCF

Color information

#C26DCF (or 0xC26DCF) is unknown color: approx Medium Orchid. HEX triplet: C2, 6D and CF. RGB value is (194,109,207). Sum of RGB (Red+Green+Blue) = 194+109+207=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #C26DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DCF is #3D9230. Grayscale: #919191. Windows color (decimal): -4035121 or 13594050. OLE color: 13594050.

HSL color Cylindrical-coordinate representation of color #C26DCF: hue angle of 292.04º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C26DCF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194109207-
CMYK0.060.4700.19
HSL292.04º50.52%61.96%-
HSV(B)292.04º47.34%81.18%-
XYZ38.9826.9162.17-
YUV145.59162.66162.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 109 (42.97% from 255) = 21.37%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=38.04%
G=21.37%
B=40.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941092070.060.4700.19292.0450.5261.96
HexC26DCF62F013124333e
Octal3021553176570234446376
Binary11000010110110111001111110101111010011100100100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26DCF; }

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

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

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

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

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

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

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

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