#C771CD

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

Shades of Orchid #C771CD

Tints of Orchid #C771CD

Color information

#C771CD (or 0xC771CD) is unknown color: approx Orchid. HEX triplet: C7, 71 and CD. RGB value is (199,113,205). Sum of RGB (Red+Green+Blue) = 199+113+205=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #C771CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771CD is #388E32. Grayscale: #949494. Windows color (decimal): -3706419 or 13464007. OLE color: 13464007.

HSL color Cylindrical-coordinate representation of color #C771CD: hue angle of 296.09º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C771CD is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199113205-
CMYK0.030.4500.20
HSL296.09º47.92%62.35%-
HSV(B)296.09º44.88%80.39%-
XYZ40.4828.3661.1-
YUV149.2159.49163.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.49%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=38.49%
G=21.86%
B=39.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991132050.030.4500.20296.0947.9262.35
HexC771CD32D014128303e
Octal3071613153550244506076
Binary1100011111100011100110111101101010100100101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771CD; }

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

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

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

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

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

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

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

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