#C26CE1

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

Shades of Medium Orchid #C26CE1

Tints of Medium Orchid #C26CE1

Color information

#C26CE1 (or 0xC26CE1) is unknown color: approx Medium Orchid. HEX triplet: C2, 6C and E1. RGB value is (194,108,225). Sum of RGB (Red+Green+Blue) = 194+108+225=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #C26CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26CE1 is #3D931E. Grayscale: #929292. Windows color (decimal): -4035359 or 14773442. OLE color: 14773442.

HSL color Cylindrical-coordinate representation of color #C26CE1: hue angle of 284.1º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C26CE1 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194108225-
CMYK0.140.5200.12
HSL284.1º66.1%65.29%-
HSV(B)284.1º52%88.24%-
XYZ41.227.6374.4-
YUV147.05171.99161.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 108 (42.58% from 255) = 20.49%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=36.81%
G=20.49%
B=42.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941082250.140.5200.12284.166.165.29
HexC26CE1E340C11c4241
Octal3021543411664014434102101
Binary1100001011011001110000111101101000110010001110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26CE1; }

 p { color: rgb(194,108,225); }

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

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

 a { background-color: rgb(194,108,225); }

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

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

 span { border-color: rgb(194,108,225); }

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