#C277DC

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

Shades of Orchid #C277DC

Tints of Orchid #C277DC

Color information

#C277DC (or 0xC277DC) is unknown color: approx Orchid. HEX triplet: C2, 77 and DC. RGB value is (194,119,220). Sum of RGB (Red+Green+Blue) = 194+119+220=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C277DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277DC is #3D8823. Grayscale: #989898. Windows color (decimal): -4032548 or 14448578. OLE color: 14448578.

HSL color Cylindrical-coordinate representation of color #C277DC: hue angle of 284.55º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C277DC is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194119220-
CMYK0.120.4600.14
HSL284.55º59.06%66.47%-
HSV(B)284.55º45.91%86.27%-
XYZ41.7629.8371.27-
YUV152.94165.85157.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 119 (46.88% from 255) = 22.33%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=36.40%
G=22.33%
B=41.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941192200.120.4600.14284.5559.0666.47
HexC277DCC2E0E11d3b42
Octal302167334145601643573102
Binary110000101110111110111001100101110011101000111011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277DC; }

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

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

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

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

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

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

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

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