#C27ECF

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

Shades of Orchid #C27ECF

Tints of Orchid #C27ECF

Color information

#C27ECF (or 0xC27ECF) is unknown color: approx Orchid. HEX triplet: C2, 7E and CF. RGB value is (194,126,207). Sum of RGB (Red+Green+Blue) = 194+126+207=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #C27ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ECF is #3D8130. Grayscale: #9B9B9B. Windows color (decimal): -4030769 or 13598402. OLE color: 13598402.

HSL color Cylindrical-coordinate representation of color #C27ECF: hue angle of 290.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27ECF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194126207-
CMYK0.060.3900.19
HSL290.37º45.76%65.29%-
HSV(B)290.37º39.13%81.18%-
XYZ40.9730.962.84-
YUV155.57157.03155.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=36.81%
G=23.91%
B=39.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941262070.060.3900.19290.3745.7665.29
HexC27ECF6270131222e41
Octal30217631764702344256101
Binary110000101111110110011111101001110100111001000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27ECF; }

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

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

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

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

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

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

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

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