#C77FDC

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

Shades of Orchid #C77FDC

Tints of Orchid #C77FDC

Color information

#C77FDC (or 0xC77FDC) is unknown color: approx Orchid. HEX triplet: C7, 7F and DC. RGB value is (199,127,220). Sum of RGB (Red+Green+Blue) = 199+127+220=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #C77FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FDC is #388023. Grayscale: #9E9E9E. Windows color (decimal): -3702820 or 14450631. OLE color: 14450631.

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

Color convert

RGB199127220-
CMYK0.100.4200.14
HSL286.45º57.06%68.04%-
HSV(B)286.45º42.27%86.27%-
XYZ44.0632.4971.66-
YUV159.13162.35156.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.45%
GREEN value IS 127 (50% from 255) = 23.26%
BLUE value IS 220 (86.33% from 255) = 40.29%
R=36.45%
G=23.26%
B=40.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991272200.100.4200.14286.4557.0668.04
HexC77FDCA2A0E11e3944
Octal307177334125201643671104
Binary110001111111111110111001010101010011101000111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77FDC; }

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

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

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

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

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

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

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

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