#C17AD1

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

Shades of Orchid #C17AD1

Tints of Orchid #C17AD1

Color information

#C17AD1 (or 0xC17AD1) is unknown color: approx Orchid. HEX triplet: C1, 7A and D1. RGB value is (193,122,209). Sum of RGB (Red+Green+Blue) = 193+122+209=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #C17AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17AD1 is #3E852E. Grayscale: #989898. Windows color (decimal): -4097327 or 13728449. OLE color: 13728449.

HSL color Cylindrical-coordinate representation of color #C17AD1: hue angle of 288.97º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17AD1 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193122209-
CMYK0.080.4200.18
HSL288.97º48.6%64.9%-
HSV(B)288.97º41.63%81.96%-
XYZ40.4629.8663.95-
YUV153.15159.52156.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 122 (48.05% from 255) = 23.28%
BLUE value IS 209 (82.03% from 255) = 39.89%
R=36.83%
G=23.28%
B=39.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931222090.080.4200.18288.9748.664.9
HexC17AD182A0121213141
Octal301172321105202244161101
Binary1100000111110101101000110001010100100101001000011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17AD1; }

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

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

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

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

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

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

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

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