#C27AD5

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

Shades of Orchid #C27AD5

Tints of Orchid #C27AD5

Color information

#C27AD5 (or 0xC27AD5) is unknown color: approx Orchid. HEX triplet: C2, 7A and D5. RGB value is (194,122,213). Sum of RGB (Red+Green+Blue) = 194+122+213=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #C27AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AD5 is #3D852A. Grayscale: #999999. Windows color (decimal): -4031787 or 13990594. OLE color: 13990594.

HSL color Cylindrical-coordinate representation of color #C27AD5: hue angle of 287.47º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C27AD5 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194122213-
CMYK0.090.4300.16
HSL287.47º52%65.69%-
HSV(B)287.47º42.72%83.53%-
XYZ41.2230.1966.61-
YUV153.9161.35156.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 122 (48.05% from 255) = 23.06%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=36.67%
G=23.06%
B=40.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941222130.090.4300.16287.475265.69
HexC27AD592B01011f3442
Octal302172325115302043764102
Binary1100001011110101101010110011010110100001000111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27AD5; }

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

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

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

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

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

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

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

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