#C27ECA

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

Shades of Orchid #C27ECA

Tints of Orchid #C27ECA

Color information

#C27ECA (or 0xC27ECA) is unknown color: approx Orchid. HEX triplet: C2, 7E and CA. RGB value is (194,126,202). Sum of RGB (Red+Green+Blue) = 194+126+202=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ECA is #3D8135. Grayscale: #9A9A9A. Windows color (decimal): -4030774 or 13270722. OLE color: 13270722.

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

Color convert

RGB194126202-
CMYK0.040.3800.21
HSL293.68º41.76%64.31%-
HSV(B)293.68º37.62%79.22%-
XYZ40.3730.6659.67-
YUV155154.53155.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 126 (49.61% from 255) = 24.14%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=37.16%
G=24.14%
B=38.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941262020.040.3800.21293.6841.7664.31
HexC27ECA4260151262a40
Octal30217631244602544652100
Binary110000101111110110010101001001100101011001001101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27ECA; }

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

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

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

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

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

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

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

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