#C771CA

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

Shades of Orchid #C771CA

Tints of Orchid #C771CA

Color information

#C771CA (or 0xC771CA) is unknown color: approx Orchid. HEX triplet: C7, 71 and CA. RGB value is (199,113,202). Sum of RGB (Red+Green+Blue) = 199+113+202=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C771CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771CA is #388E35. Grayscale: #949494. Windows color (decimal): -3706422 or 13267399. OLE color: 13267399.

HSL color Cylindrical-coordinate representation of color #C771CA: hue angle of 297.98º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C771CA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199113202-
CMYK0.010.4400.21
HSL297.98º45.64%61.76%-
HSV(B)297.98º44.06%79.22%-
XYZ40.1228.2259.21-
YUV148.86157.99163.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.72%
GREEN value IS 113 (44.53% from 255) = 21.98%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=38.72%
G=21.98%
B=39.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991132020.010.4400.21297.9845.6461.76
HexC771CA12C01512a2e3e
Octal3071613121540254525676
Binary110001111110001110010101101100010101100101010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771CA; }

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

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

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

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

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

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

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

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