#C26ACD

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

Shades of Medium Orchid #C26ACD

Tints of Medium Orchid #C26ACD

Color information

#C26ACD (or 0xC26ACD) is unknown color: approx Medium Orchid. HEX triplet: C2, 6A and CD. RGB value is (194,106,205). Sum of RGB (Red+Green+Blue) = 194+106+205=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #C26ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ACD is #3D9532. Grayscale: #8F8F8F. Windows color (decimal): -4035891 or 13462210. OLE color: 13462210.

HSL color Cylindrical-coordinate representation of color #C26ACD: hue angle of 293.33º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26ACD is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194106205-
CMYK0.050.4800.20
HSL293.33º49.75%60.98%-
HSV(B)293.33º48.29%80.39%-
XYZ38.4226.1960.79-
YUV143.6162.65163.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 106 (41.80% from 255) = 20.99%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=38.42%
G=20.99%
B=40.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941062050.050.4800.20293.3349.7560.98
HexC26ACD530014125323d
Octal3021523155600244456275
Binary11000010110101011001101101110000010100100100101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26ACD; }

 p { color: rgb(194,106,205); }

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

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

 a { background-color: rgb(194,106,205); }

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

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

 span { border-color: rgb(194,106,205); }

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