#C277D6

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

Shades of Orchid #C277D6

Tints of Orchid #C277D6

Color information

#C277D6 (or 0xC277D6) is unknown color: approx Orchid. HEX triplet: C2, 77 and D6. RGB value is (194,119,214). Sum of RGB (Red+Green+Blue) = 194+119+214=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #C277D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277D6 is #3D8829. Grayscale: #979797. Windows color (decimal): -4032554 or 14055362. OLE color: 14055362.

HSL color Cylindrical-coordinate representation of color #C277D6: hue angle of 287.37º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C277D6 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194119214-
CMYK0.090.4400.16
HSL287.37º53.67%65.29%-
HSV(B)287.37º44.39%83.92%-
XYZ40.9829.5267.16-
YUV152.26162.85157.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 119 (46.88% from 255) = 22.58%
BLUE value IS 214 (83.98% from 255) = 40.61%
R=36.81%
G=22.58%
B=40.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941192140.090.4400.16287.3753.6765.29
HexC277D692C01011f3641
Octal302167326115402043766101
Binary1100001011101111101011010011011000100001000111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277D6; }

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

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

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

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

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

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

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

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