#C27CD8

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

Shades of Orchid #C27CD8

Tints of Orchid #C27CD8

Color information

#C27CD8 (or 0xC27CD8) is unknown color: approx Orchid. HEX triplet: C2, 7C and D8. RGB value is (194,124,216). Sum of RGB (Red+Green+Blue) = 194+124+216=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #C27CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CD8 is #3D8327. Grayscale: #9B9B9B. Windows color (decimal): -4031272 or 14187714. OLE color: 14187714.

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

Color convert

RGB194124216-
CMYK0.100.4300.15
HSL285.65º54.12%66.67%-
HSV(B)285.65º42.59%84.71%-
XYZ41.8530.8468.71-
YUV155.42162.19155.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 124 (48.83% from 255) = 23.22%
BLUE value IS 216 (84.77% from 255) = 40.45%
R=36.33%
G=23.22%
B=40.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941242160.100.4300.15285.6554.1266.67
HexC27CD8A2B0F11e3643
Octal302174330125301743666103
Binary110000101111100110110001010101011011111000111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27CD8; }

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

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

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

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

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

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

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

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