#C277C6

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

Shades of Orchid #C277C6

Tints of Orchid #C277C6

Color information

#C277C6 (or 0xC277C6) is unknown color: approx Orchid. HEX triplet: C2, 77 and C6. RGB value is (194,119,198). Sum of RGB (Red+Green+Blue) = 194+119+198=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #C277C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277C6 is #3D8839. Grayscale: #969696. Windows color (decimal): -4032570 or 13006786. OLE color: 13006786.

HSL color Cylindrical-coordinate representation of color #C277C6: hue angle of 296.96º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C277C6 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194119198-
CMYK0.020.4000.22
HSL296.96º40.93%62.16%-
HSV(B)296.96º39.9%77.65%-
XYZ39.0428.7456.92-
YUV150.43154.85159.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 198 (77.73% from 255) = 38.75%
R=37.96%
G=23.29%
B=38.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941191980.020.4000.22296.9640.9362.16
HexC277C6228016129293e
Octal3021673062500264515176
Binary1100001011101111100011010101000010110100101001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277C6; }

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

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

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

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

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

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

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

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