#C771C3

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

Shades of Orchid #C771C3

Tints of Orchid #C771C3

Color information

#C771C3 (or 0xC771C3) is unknown color: approx Orchid. HEX triplet: C7, 71 and C3. RGB value is (199,113,195). Sum of RGB (Red+Green+Blue) = 199+113+195=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C771C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771C3 is #388E3C. Grayscale: #939393. Windows color (decimal): -3706429 or 12808647. OLE color: 12808647.

HSL color Cylindrical-coordinate representation of color #C771C3: hue angle of 302.79º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C771C3 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB199113195-
CMYK00.430.020.22
HSL302.79º43.43%61.18%-
HSV(B)302.79º43.22%78.04%-
XYZ39.3127.8954.94-
YUV148.06154.49164.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.25%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=39.25%
G=22.29%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911319500.430.020.22302.7943.4361.18
HexC771C302B21612f2b3d
Octal3071613030532264575375
Binary1100011111100011100001101010111010110100101111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771C3; }

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

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

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

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

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

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

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

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