#C277BE

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

Shades of Orchid #C277BE

Tints of Orchid #C277BE

Color information

#C277BE (or 0xC277BE) is unknown color: approx Orchid. HEX triplet: C2, 77 and BE. RGB value is (194,119,190). Sum of RGB (Red+Green+Blue) = 194+119+190=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C277BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277BE is #3D8841. Grayscale: #959595. Windows color (decimal): -4032578 or 12482498. OLE color: 12482498.

HSL color Cylindrical-coordinate representation of color #C277BE: hue angle of 303.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C277BE is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194119190-
CMYK00.390.020.24
HSL303.2º38.07%61.37%-
HSV(B)303.2º38.66%76.08%-
XYZ38.1428.3852.18-
YUV149.52150.85159.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=38.57%
G=23.66%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411919000.390.020.24303.238.0761.37
HexC277BE02721812f263d
Octal3021672760472304574675
Binary1100001011101111011111001001111011000100101111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277BE; }

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

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

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

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

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

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

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

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