#C27AD3

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

Shades of Orchid #C27AD3

Tints of Orchid #C27AD3

Color information

#C27AD3 (or 0xC27AD3) is unknown color: approx Orchid. HEX triplet: C2, 7A and D3. RGB value is (194,122,211). Sum of RGB (Red+Green+Blue) = 194+122+211=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #C27AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AD3 is #3D852C. Grayscale: #999999. Windows color (decimal): -4031789 or 13859522. OLE color: 13859522.

HSL color Cylindrical-coordinate representation of color #C27AD3: hue angle of 288.54º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27AD3 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194122211-
CMYK0.080.4200.17
HSL288.54º50.28%65.29%-
HSV(B)288.54º42.18%82.75%-
XYZ40.9730.0965.28-
YUV153.67160.35156.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=36.81%
G=23.15%
B=40.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1941222110.080.4200.17288.5450.2865.29
HexC27AD382A0111213241
Octal302172323105202144162101
Binary1100001011110101101001110001010100100011001000011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27AD3; }

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

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

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

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

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

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

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

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