#C771DC

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

Shades of Orchid #C771DC

Tints of Orchid #C771DC

Color information

#C771DC (or 0xC771DC) is unknown color: approx Orchid. HEX triplet: C7, 71 and DC. RGB value is (199,113,220). Sum of RGB (Red+Green+Blue) = 199+113+220=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #C771DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771DC is #388E23. Grayscale: #969696. Windows color (decimal): -3706404 or 14447047. OLE color: 14447047.

HSL color Cylindrical-coordinate representation of color #C771DC: hue angle of 288.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C771DC is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199113220-
CMYK0.100.4900.14
HSL288.22º60.45%65.29%-
HSV(B)288.22º48.64%86.27%-
XYZ42.3829.1271.1-
YUV150.91166.99162.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 113 (44.53% from 255) = 21.24%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=37.41%
G=21.24%
B=41.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991132200.100.4900.14288.2260.4565.29
HexC771DCA310E1203c41
Octal307161334126101644074101
Binary110001111110001110111001010110001011101001000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771DC; }

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

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

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

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

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

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

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

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