#C17AD3

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

Shades of Orchid #C17AD3

Tints of Orchid #C17AD3

Color information

#C17AD3 (or 0xC17AD3) is unknown color: approx Orchid. HEX triplet: C1, 7A and D3. RGB value is (193,122,211). Sum of RGB (Red+Green+Blue) = 193+122+211=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #C17AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17AD3 is #3E852C. Grayscale: #999999. Windows color (decimal): -4097325 or 13859521. OLE color: 13859521.

HSL color Cylindrical-coordinate representation of color #C17AD3: hue angle of 287.87º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17AD3 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193122211-
CMYK0.090.4200.17
HSL287.87º50.28%65.29%-
HSV(B)287.87º42.18%82.75%-
XYZ40.7129.9665.27-
YUV153.38160.52156.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 122 (48.05% from 255) = 23.19%
BLUE value IS 211 (82.81% from 255) = 40.11%
R=36.69%
G=23.19%
B=40.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1931222110.090.4200.17287.8750.2865.29
HexC17AD392A0111203241
Octal301172323115202144062101
Binary1100000111110101101001110011010100100011001000001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17AD3; }

 p { color: rgb(193,122,211); }

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

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

 a { background-color: rgb(193,122,211); }

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

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

 span { border-color: rgb(193,122,211); }

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