#C774BA

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

Shades of Orchid #C774BA

Tints of Orchid #C774BA

Color information

#C774BA (or 0xC774BA) is unknown color: approx Orchid. HEX triplet: C7, 74 and BA. RGB value is (199,116,186). Sum of RGB (Red+Green+Blue) = 199+116+186=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C774BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774BA is #388B45. Grayscale: #949494. Windows color (decimal): -3705670 or 12219591. OLE color: 12219591.

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

Color convert

RGB199116186-
CMYK00.420.070.22
HSL309.4º42.56%61.76%-
HSV(B)309.4º41.71%78.04%-
XYZ38.6628.1849.86-
YUV148.8149163.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.72%
GREEN value IS 116 (45.70% from 255) = 23.15%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=39.72%
G=23.15%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911618600.420.070.22309.442.5661.76
HexC774BA02A7161352b3e
Octal3071642720527264655376
Binary11000111111010010111010010101011110110100110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C774BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C774BA; }

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

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

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

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

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

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

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

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