#C26CE7

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

Shades of Medium Orchid #C26CE7

Tints of Medium Orchid #C26CE7

Color information

#C26CE7 (or 0xC26CE7) is unknown color: approx Medium Orchid. HEX triplet: C2, 6C and E7. RGB value is (194,108,231). Sum of RGB (Red+Green+Blue) = 194+108+231=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #C26CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26CE7 is #3D9318. Grayscale: #939393. Windows color (decimal): -4035353 or 15166658. OLE color: 15166658.

HSL color Cylindrical-coordinate representation of color #C26CE7: hue angle of 281.95º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C26CE7 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194108231-
CMYK0.160.5300.09
HSL281.95º71.93%66.47%-
HSV(B)281.95º53.25%90.59%-
XYZ42.0327.9678.78-
YUV147.74174.99161-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 108 (42.58% from 255) = 20.26%
BLUE value IS 231 (90.62% from 255) = 43.34%
R=36.40%
G=20.26%
B=43.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941082310.160.5300.09281.9571.9366.47
HexC26CE710350911a4842
Octal3021543472065011432110102
Binary11000010110110011100111100001101010100110001101010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26CE7; }

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

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

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

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

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

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

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

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