#C77FD5

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

Shades of Orchid #C77FD5

Tints of Orchid #C77FD5

Color information

#C77FD5 (or 0xC77FD5) is unknown color: approx Orchid. HEX triplet: C7, 7F and D5. RGB value is (199,127,213). Sum of RGB (Red+Green+Blue) = 199+127+213=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #C77FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FD5 is #38802A. Grayscale: #9E9E9E. Windows color (decimal): -3702827 or 13991879. OLE color: 13991879.

HSL color Cylindrical-coordinate representation of color #C77FD5: hue angle of 290.23º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77FD5 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199127213-
CMYK0.070.4000.16
HSL290.23º50.59%66.67%-
HSV(B)290.23º40.38%83.53%-
XYZ43.1532.1266.88-
YUV158.33158.85157.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.92%
GREEN value IS 127 (50% from 255) = 23.56%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=36.92%
G=23.56%
B=39.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991272130.070.4000.16290.2350.5966.67
HexC77FD57280101223343
Octal30717732575002044263103
Binary110001111111111110101011111010000100001001000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77FD5; }

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

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

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

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

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

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

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

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