#C771C1

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

Shades of Orchid #C771C1

Tints of Orchid #C771C1

Color information

#C771C1 (or 0xC771C1) is unknown color: approx Orchid. HEX triplet: C7, 71 and C1. RGB value is (199,113,193). Sum of RGB (Red+Green+Blue) = 199+113+193=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C771C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771C1 is #388E3E. Grayscale: #939393. Windows color (decimal): -3706431 or 12677575. OLE color: 12677575.

HSL color Cylindrical-coordinate representation of color #C771C1: hue angle of 304.19º 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 #C771C1 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB199113193-
CMYK00.430.030.22
HSL304.19º43.43%61.18%-
HSV(B)304.19º43.22%78.04%-
XYZ39.0827.853.76-
YUV147.83153.49164.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 113 (44.53% from 255) = 22.38%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=39.41%
G=22.38%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911319300.430.030.22304.1943.4361.18
HexC771C102B3161302b3d
Octal3071613010533264605375
Binary1100011111100011100000101010111110110100110000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771C1; }

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

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

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

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

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

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

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

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