#C27ADD

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

Shades of Orchid #C27ADD

Tints of Orchid #C27ADD

Color information

#C27ADD (or 0xC27ADD) is unknown color: approx Orchid. HEX triplet: C2, 7A and DD. RGB value is (194,122,221). Sum of RGB (Red+Green+Blue) = 194+122+221=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #C27ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ADD is #3D8522. Grayscale: #9A9A9A. Windows color (decimal): -4031779 or 14514882. OLE color: 14514882.

HSL color Cylindrical-coordinate representation of color #C27ADD: hue angle of 283.64º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C27ADD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194122221-
CMYK0.120.4500.13
HSL283.64º59.28%67.25%-
HSV(B)283.64º44.8%86.67%-
XYZ42.2630.6172.09-
YUV154.81165.35155.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.13%
GREEN value IS 122 (48.05% from 255) = 22.72%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=36.13%
G=22.72%
B=41.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941222210.120.4500.13283.6459.2867.25
HexC27ADDC2D0D11c3b43
Octal302172335145501543473103
Binary110000101111010110111011100101101011011000111001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27ADD; }

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

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

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

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

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

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

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

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