#C27AD8

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

Shades of Orchid #C27AD8

Tints of Orchid #C27AD8

Color information

#C27AD8 (or 0xC27AD8) is unknown color: approx Orchid. HEX triplet: C2, 7A and D8. RGB value is (194,122,216). Sum of RGB (Red+Green+Blue) = 194+122+216=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #C27AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AD8 is #3D8527. Grayscale: #999999. Windows color (decimal): -4031784 or 14187202. OLE color: 14187202.

HSL color Cylindrical-coordinate representation of color #C27AD8: hue angle of 285.96º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C27AD8 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194122216-
CMYK0.100.4400.15
HSL285.96º54.65%66.27%-
HSV(B)285.96º43.52%84.71%-
XYZ41.630.3568.63-
YUV154.24162.85156.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=36.47%
G=22.93%
B=40.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941222160.100.4400.15285.9654.6566.27
HexC27AD8A2C0F11e3742
Octal302172330125401743667102
Binary110000101111010110110001010101100011111000111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27AD8; }

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

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

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

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

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

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

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

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