#C77FCA

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

Shades of Orchid #C77FCA

Tints of Orchid #C77FCA

Color information

#C77FCA (or 0xC77FCA) is unknown color: approx Orchid. HEX triplet: C7, 7F and CA. RGB value is (199,127,202). Sum of RGB (Red+Green+Blue) = 199+127+202=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #C77FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FCA is #388035. Grayscale: #9C9C9C. Windows color (decimal): -3702838 or 13270983. OLE color: 13270983.

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

Color convert

RGB199127202-
CMYK0.010.3700.21
HSL297.6º41.44%64.51%-
HSV(B)297.6º37.13%79.22%-
XYZ41.831.5959.77-
YUV157.08153.35157.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.69%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=37.69%
G=24.05%
B=38.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991272020.010.3700.21297.641.4464.51
HexC77FCA12501512a2941
Octal30717731214502545251101
Binary1100011111111111100101011001010101011001010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77FCA; }

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

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

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

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

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

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

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

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