#C179DD

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

Shades of Orchid #C179DD

Tints of Orchid #C179DD

Color information

#C179DD (or 0xC179DD) is unknown color: approx Orchid. HEX triplet: C1, 79 and DD. RGB value is (193,121,221). Sum of RGB (Red+Green+Blue) = 193+121+221=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C179DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179DD is #3E8622. Grayscale: #999999. Windows color (decimal): -4097571 or 14514625. OLE color: 14514625.

HSL color Cylindrical-coordinate representation of color #C179DD: hue angle of 283.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C179DD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193121221-
CMYK0.130.4500.13
HSL283.2º59.52%67.06%-
HSV(B)283.2º45.25%86.67%-
XYZ41.8830.2372.03-
YUV153.93165.85155.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 121 (47.66% from 255) = 22.62%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=36.07%
G=22.62%
B=41.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931212210.130.4500.13283.259.5267.06
HexC179DDD2D0D11b3c43
Octal301171335155501543374103
Binary110000011111001110111011101101101011011000110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C179DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C179DD; }

 p { color: rgb(193,121,221); }

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

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

 a { background-color: rgb(193,121,221); }

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

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

 span { border-color: rgb(193,121,221); }

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