#C277CA

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

Shades of Orchid #C277CA

Tints of Orchid #C277CA

Color information

#C277CA (or 0xC277CA) is unknown color: approx Orchid. HEX triplet: C2, 77 and CA. RGB value is (194,119,202). Sum of RGB (Red+Green+Blue) = 194+119+202=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #C277CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277CA is #3D8835. Grayscale: #969696. Windows color (decimal): -4032566 or 13268930. OLE color: 13268930.

HSL color Cylindrical-coordinate representation of color #C277CA: hue angle of 294.22º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C277CA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194119202-
CMYK0.040.4100.21
HSL294.22º43.92%62.94%-
HSV(B)294.22º41.09%79.22%-
XYZ39.5128.9359.38-
YUV150.89156.85158.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 119 (46.88% from 255) = 23.11%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=37.67%
G=23.11%
B=39.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941192020.040.4100.21294.2243.9262.94
HexC277CA4290151262c3f
Octal3021673124510254465477
Binary11000010111011111001010100101001010101100100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277CA; }

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

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

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

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

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

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

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

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