#C27AC3

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

Shades of Orchid #C27AC3

Tints of Orchid #C27AC3

Color information

#C27AC3 (or 0xC27AC3) is unknown color: approx Orchid. HEX triplet: C2, 7A and C3. RGB value is (194,122,195). Sum of RGB (Red+Green+Blue) = 194+122+195=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #C27AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AC3 is #3D853C. Grayscale: #979797. Windows color (decimal): -4031805 or 12810946. OLE color: 12810946.

HSL color Cylindrical-coordinate representation of color #C27AC3: hue angle of 299.18º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27AC3 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194122195-
CMYK0.010.3700.24
HSL299.18º37.82%62.16%-
HSV(B)299.18º37.44%76.47%-
XYZ39.0629.3355.23-
YUV151.85152.35158.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 122 (48.05% from 255) = 23.87%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=37.96%
G=23.87%
B=38.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941221950.010.3700.24299.1837.8262.16
HexC27AC312501812b263e
Octal3021723031450304534676
Binary110000101111010110000111100101011000100101011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27AC3; }

 p { color: rgb(194,122,195); }

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

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

 a { background-color: rgb(194,122,195); }

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

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

 span { border-color: rgb(194,122,195); }

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