#C27AC4

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

Shades of Orchid #C27AC4

Tints of Orchid #C27AC4

Color information

#C27AC4 (or 0xC27AC4) is unknown color: approx Orchid. HEX triplet: C2, 7A and C4. RGB value is (194,122,196). Sum of RGB (Red+Green+Blue) = 194+122+196=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #C27AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AC4 is #3D853B. Grayscale: #979797. Windows color (decimal): -4031804 or 12876482. OLE color: 12876482.

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

Color convert

RGB194122196-
CMYK0.010.3800.23
HSL298.38º38.54%62.35%-
HSV(B)298.38º37.76%76.86%-
XYZ39.1729.3755.83-
YUV151.96152.85157.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=37.89%
G=23.83%
B=38.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941221960.010.3800.23298.3838.5462.35
HexC27AC412601712a273e
Octal3021723041460274524776
Binary110000101111010110001001100110010111100101010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27AC4; }

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

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

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

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

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

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

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

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