#C171C8

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

Shades of Orchid #C171C8

Tints of Orchid #C171C8

Color information

#C171C8 (or 0xC171C8) is unknown color: approx Orchid. HEX triplet: C1, 71 and C8. RGB value is (193,113,200). Sum of RGB (Red+Green+Blue) = 193+113+200=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #C171C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171C8 is #3E8E37. Grayscale: #929292. Windows color (decimal): -4099640 or 13136321. OLE color: 13136321.

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

Color convert

RGB193113200-
CMYK0.040.4400.22
HSL295.17º44.16%61.37%-
HSV(B)295.17º43.5%78.43%-
XYZ38.3227.3257.9-
YUV146.84158160.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 113 (44.53% from 255) = 22.33%
BLUE value IS 200 (78.52% from 255) = 39.53%
R=38.14%
G=22.33%
B=39.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931132000.040.4400.22295.1744.1661.37
HexC171C842C0161272c3d
Octal3011613104540264475475
Binary11000001111000111001000100101100010110100100111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C171C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C171C8; }

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

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

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

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

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

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

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

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