#C771CC

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

Shades of Orchid #C771CC

Tints of Orchid #C771CC

Color information

#C771CC (or 0xC771CC) is unknown color: approx Orchid. HEX triplet: C7, 71 and CC. RGB value is (199,113,204). Sum of RGB (Red+Green+Blue) = 199+113+204=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #C771CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771CC is #388E33. Grayscale: #949494. Windows color (decimal): -3706420 or 13398471. OLE color: 13398471.

HSL color Cylindrical-coordinate representation of color #C771CC: hue angle of 296.7º degrees, saturation: 0.47, 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 #C771CC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB199113204-
CMYK0.020.4500.2
HSL296.7º47.15%62.16%-
HSV(B)296.7º44.61%80%-
XYZ40.3628.3160.46-
YUV149.09158.99163.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.57%
GREEN value IS 113 (44.53% from 255) = 21.90%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=38.57%
G=21.90%
B=39.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991132040.020.4500.2296.747.1562.16
HexC771CC22D0141292f3e
Octal3071613142550244515776
Binary1100011111100011100110010101101010100100101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771CC; }

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

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

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

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

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

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

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

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