#C777BA

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

Shades of Orchid #C777BA

Tints of Orchid #C777BA

Color information

#C777BA (or 0xC777BA) is unknown color: approx Orchid. HEX triplet: C7, 77 and BA. RGB value is (199,119,186). Sum of RGB (Red+Green+Blue) = 199+119+186=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C777BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777BA is #388845. Grayscale: #969696. Windows color (decimal): -3704902 or 12220359. OLE color: 12220359.

HSL color Cylindrical-coordinate representation of color #C777BA: hue angle of 309.75º degrees, saturation: 0.42, 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 #C777BA is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB199119186-
CMYK00.400.070.22
HSL309.75º41.67%62.35%-
HSV(B)309.75º40.2%78.04%-
XYZ39.0128.8849.97-
YUV150.56148162.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 119 (46.88% from 255) = 23.61%
BLUE value IS 186 (73.05% from 255) = 36.90%
R=39.48%
G=23.61%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911918600.400.070.22309.7541.6762.35
HexC777BA0287161362a3e
Octal3071672720507264665276
Binary11000111111011110111010010100011110110100110110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C777BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C777BA; }

 p { color: rgb(199,119,186); }

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

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

 a { background-color: rgb(199,119,186); }

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

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

 span { border-color: rgb(199,119,186); }

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