#C17AC3

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

Shades of Orchid #C17AC3

Tints of Orchid #C17AC3

Color information

#C17AC3 (or 0xC17AC3) is unknown color: approx Orchid. HEX triplet: C1, 7A and C3. RGB value is (193,122,195). Sum of RGB (Red+Green+Blue) = 193+122+195=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 195 - color contains mainly: blue. Hex color #C17AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17AC3 is #3E853C. Grayscale: #979797. Windows color (decimal): -4097341 or 12810945. OLE color: 12810945.

HSL color Cylindrical-coordinate representation of color #C17AC3: hue angle of 298.36º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17AC3 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB193122195-
CMYK0.010.3700.24
HSL298.36º37.82%62.16%-
HSV(B)298.36º37.44%76.47%-
XYZ38.829.255.22-
YUV151.55152.52157.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 122 (48.05% from 255) = 23.92%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=37.84%
G=23.92%
B=38.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931221950.010.3700.24298.3637.8262.16
HexC17AC312501812a263e
Octal3011723031450304524676
Binary110000011111010110000111100101011000100101010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17AC3; }

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

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

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

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

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

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

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

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