#C17CC6

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

Shades of Orchid #C17CC6

Tints of Orchid #C17CC6

Color information

#C17CC6 (or 0xC17CC6) is unknown color: approx Orchid. HEX triplet: C1, 7C and C6. RGB value is (193,124,198). Sum of RGB (Red+Green+Blue) = 193+124+198=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 198 - color contains mainly: blue. Hex color #C17CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CC6 is #3E8339. Grayscale: #989898. Windows color (decimal): -4096826 or 13008065. OLE color: 13008065.

HSL color Cylindrical-coordinate representation of color #C17CC6: hue angle of 295.95º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17CC6 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB193124198-
CMYK0.030.3700.22
HSL295.95º39.36%63.14%-
HSV(B)295.95º37.37%77.65%-
XYZ39.3929.8357.11-
YUV153.07153.36156.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 124 (48.83% from 255) = 24.08%
BLUE value IS 198 (77.73% from 255) = 38.45%
R=37.48%
G=24.08%
B=38.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931241980.030.3700.22295.9539.3663.14
HexC17CC6325016128273f
Octal3011743063450264504777
Binary1100000111111001100011011100101010110100101000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17CC6; }

 p { color: rgb(193,124,198); }

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

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

 a { background-color: rgb(193,124,198); }

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

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

 span { border-color: rgb(193,124,198); }

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