#C775BA

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

Shades of Orchid #C775BA

Tints of Orchid #C775BA

Color information

#C775BA (or 0xC775BA) is unknown color: approx Orchid. HEX triplet: C7, 75 and BA. RGB value is (199,117,186). Sum of RGB (Red+Green+Blue) = 199+117+186=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C775BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C775BA is #388A45. Grayscale: #959595. Windows color (decimal): -3705414 or 12219847. OLE color: 12219847.

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

Color convert

RGB199117186-
CMYK00.410.070.22
HSL309.51º42.27%61.96%-
HSV(B)309.51º41.21%78.04%-
XYZ38.7828.4149.89-
YUV149.38148.67163.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.64%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=39.64%
G=23.31%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911718600.410.070.22309.5142.2761.96
HexC775BA0297161362a3e
Octal3071652720517264665276
Binary11000111111010110111010010100111110110100110110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775BA; }

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

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

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

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

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

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

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

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