#C176D6

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

Shades of Orchid #C176D6

Tints of Orchid #C176D6

Color information

#C176D6 (or 0xC176D6) is unknown color: approx Orchid. HEX triplet: C1, 76 and D6. RGB value is (193,118,214). Sum of RGB (Red+Green+Blue) = 193+118+214=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #C176D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176D6 is #3E8929. Grayscale: #979797. Windows color (decimal): -4098346 or 14055105. OLE color: 14055105.

HSL color Cylindrical-coordinate representation of color #C176D6: hue angle of 286.88º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C176D6 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193118214-
CMYK0.100.4500.16
HSL286.88º53.93%65.1%-
HSV(B)286.88º44.86%83.92%-
XYZ40.6129.1567.1-
YUV151.37163.35157.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.76%
GREEN value IS 118 (46.48% from 255) = 22.48%
BLUE value IS 214 (83.98% from 255) = 40.76%
R=36.76%
G=22.48%
B=40.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931182140.100.4500.16286.8853.9365.1
HexC176D6A2D01011f3641
Octal301166326125502043766101
Binary1100000111101101101011010101011010100001000111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C176D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C176D6; }

 p { color: rgb(193,118,214); }

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

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

 a { background-color: rgb(193,118,214); }

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

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

 span { border-color: rgb(193,118,214); }

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