#C771D4

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

Shades of Orchid #C771D4

Tints of Orchid #C771D4

Color information

#C771D4 (or 0xC771D4) is unknown color: approx Orchid. HEX triplet: C7, 71 and D4. RGB value is (199,113,212). Sum of RGB (Red+Green+Blue) = 199+113+212=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 212 - color contains mainly: blue. Hex color #C771D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771D4 is #388E2B. Grayscale: #959595. Windows color (decimal): -3706412 or 13922759. OLE color: 13922759.

HSL color Cylindrical-coordinate representation of color #C771D4: hue angle of 292.12º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C771D4 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB199113212-
CMYK0.060.4700.17
HSL292.12º53.51%63.73%-
HSV(B)292.12º46.7%83.14%-
XYZ41.3428.7165.65-
YUV150162.99162.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.98%
GREEN value IS 113 (44.53% from 255) = 21.56%
BLUE value IS 212 (83.20% from 255) = 40.46%
R=37.98%
G=21.56%
B=40.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1991132120.060.4700.17292.1253.5163.73
HexC771D462F0111243640
Octal30716132465702144466100
Binary110001111110001110101001101011110100011001001001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771D4; }

 p { color: rgb(199,113,212); }

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

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

 a { background-color: rgb(199,113,212); }

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

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

 span { border-color: rgb(199,113,212); }

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