#C26AD4

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

Shades of Medium Orchid #C26AD4

Tints of Medium Orchid #C26AD4

Color information

#C26AD4 (or 0xC26AD4) is unknown color: approx Medium Orchid. HEX triplet: C2, 6A and D4. RGB value is (194,106,212). Sum of RGB (Red+Green+Blue) = 194+106+212=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #C26AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AD4 is #3D952B. Grayscale: #909090. Windows color (decimal): -4035884 or 13920962. OLE color: 13920962.

HSL color Cylindrical-coordinate representation of color #C26AD4: hue angle of 289.81º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26AD4 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194106212-
CMYK0.080.500.17
HSL289.81º55.21%62.35%-
HSV(B)289.81º50%83.14%-
XYZ39.2926.5365.34-
YUV144.4166.15163.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 106 (41.80% from 255) = 20.70%
BLUE value IS 212 (83.20% from 255) = 41.41%
R=37.89%
G=20.70%
B=41.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1941062120.080.500.17289.8155.2162.35
HexC26AD4832011122373e
Octal30215232410620214426776
Binary110000101101010110101001000110010010001100100010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26AD4; }

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

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

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

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

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

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

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

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