#C27ACF

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

Shades of Orchid #C27ACF

Tints of Orchid #C27ACF

Color information

#C27ACF (or 0xC27ACF) is unknown color: approx Orchid. HEX triplet: C2, 7A and CF. RGB value is (194,122,207). Sum of RGB (Red+Green+Blue) = 194+122+207=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #C27ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ACF is #3D8530. Grayscale: #989898. Windows color (decimal): -4031793 or 13597378. OLE color: 13597378.

HSL color Cylindrical-coordinate representation of color #C27ACF: hue angle of 290.82º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27ACF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194122207-
CMYK0.060.4100.19
HSL290.82º46.96%64.51%-
HSV(B)290.82º41.06%81.18%-
XYZ40.4729.8962.67-
YUV153.22158.35157.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 122 (48.05% from 255) = 23.33%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=37.09%
G=23.33%
B=39.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941222070.060.4100.19290.8246.9664.51
HexC27ACF6290131232f41
Octal30217231765102344357101
Binary110000101111010110011111101010010100111001000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27ACF; }

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

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

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

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

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

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

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

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