#C27EBF

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

Shades of Orchid #C27EBF

Tints of Orchid #C27EBF

Color information

#C27EBF (or 0xC27EBF) is unknown color: approx Orchid. HEX triplet: C2, 7E and BF. RGB value is (194,126,191). Sum of RGB (Red+Green+Blue) = 194+126+191=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EBF is #3D8140. Grayscale: #999999. Windows color (decimal): -4030785 or 12549826. OLE color: 12549826.

HSL color Cylindrical-coordinate representation of color #C27EBF: hue angle of 302.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27EBF is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194126191-
CMYK00.350.020.24
HSL302.65º35.79%62.75%-
HSV(B)302.65º35.05%76.08%-
XYZ39.1130.1553.05-
YUV153.74149.03156.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 126 (49.61% from 255) = 24.66%
BLUE value IS 191 (75% from 255) = 37.38%
R=37.96%
G=24.66%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412619100.350.020.24302.6535.7962.75
HexC27EBF02321812f243f
Octal3021762770432304574477
Binary1100001011111101011111101000111011000100101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27EBF; }

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

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

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

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

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

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

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

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