#C27ACA

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

Shades of Orchid #C27ACA

Tints of Orchid #C27ACA

Color information

#C27ACA (or 0xC27ACA) is unknown color: approx Orchid. HEX triplet: C2, 7A and CA. RGB value is (194,122,202). Sum of RGB (Red+Green+Blue) = 194+122+202=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ACA is #3D8535. Grayscale: #989898. Windows color (decimal): -4031798 or 13269698. OLE color: 13269698.

HSL color Cylindrical-coordinate representation of color #C27ACA: hue angle of 294º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27ACA is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194122202-
CMYK0.040.4000.21
HSL294º43.01%63.53%-
HSV(B)294º39.6%79.22%-
XYZ39.8729.6559.5-
YUV152.65155.85157.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 122 (48.05% from 255) = 23.55%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=37.45%
G=23.55%
B=39.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941222020.040.4000.2129443.0163.53
HexC27ACA4280151262b40
Octal30217231245002544653100
Binary110000101111010110010101001010000101011001001101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27ACA; }

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

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

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

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

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

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

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

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