#C27EC9

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

Shades of Orchid #C27EC9

Tints of Orchid #C27EC9

Color information

#C27EC9 (or 0xC27EC9) is unknown color: approx Orchid. HEX triplet: C2, 7E and C9. RGB value is (194,126,201). Sum of RGB (Red+Green+Blue) = 194+126+201=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #C27EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EC9 is #3D8136. Grayscale: #9A9A9A. Windows color (decimal): -4030775 or 13205186. OLE color: 13205186.

HSL color Cylindrical-coordinate representation of color #C27EC9: hue angle of 294.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27EC9 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194126201-
CMYK0.030.3700.21
HSL294.4º40.98%64.12%-
HSV(B)294.4º37.31%78.82%-
XYZ40.2530.6159.04-
YUV154.88154.03155.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 201 (78.91% from 255) = 38.58%
R=37.24%
G=24.18%
B=38.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941262010.030.3700.21294.440.9864.12
HexC27EC93250151262940
Octal30217631134502544651100
Binary11000010111111011001001111001010101011001001101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27EC9; }

 p { color: rgb(194,126,201); }

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

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

 a { background-color: rgb(194,126,201); }

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

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

 span { border-color: rgb(194,126,201); }

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