#C771CE

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

Shades of Orchid #C771CE

Tints of Orchid #C771CE

Color information

#C771CE (or 0xC771CE) is unknown color: approx Orchid. HEX triplet: C7, 71 and CE. RGB value is (199,113,206). Sum of RGB (Red+Green+Blue) = 199+113+206=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #C771CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771CE is #388E31. Grayscale: #959595. Windows color (decimal): -3706418 or 13529543. OLE color: 13529543.

HSL color Cylindrical-coordinate representation of color #C771CE: hue angle of 295.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C771CE is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199113206-
CMYK0.030.4500.19
HSL295.48º48.69%62.55%-
HSV(B)295.48º45.15%80.78%-
XYZ40.628.4161.74-
YUV149.32159.99163.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.42%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=38.42%
G=21.81%
B=39.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991132060.030.4500.19295.4848.6962.55
HexC771CE32D013127313f
Octal3071613163550234476177
Binary1100011111100011100111011101101010011100100111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771CE; }

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

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

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

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

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

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

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

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