#C17EC6

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

Shades of Orchid #C17EC6

Tints of Orchid #C17EC6

Color information

#C17EC6 (or 0xC17EC6) is unknown color: approx Orchid. HEX triplet: C1, 7E and C6. RGB value is (193,126,198). Sum of RGB (Red+Green+Blue) = 193+126+198=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #C17EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EC6 is #3E8139. Grayscale: #9A9A9A. Windows color (decimal): -4096314 or 13008577. OLE color: 13008577.

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

Color convert

RGB193126198-
CMYK0.030.3600.22
HSL295.83º38.71%63.53%-
HSV(B)295.83º36.36%77.65%-
XYZ39.6530.3457.19-
YUV154.24152.7155.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 198 (77.73% from 255) = 38.30%
R=37.33%
G=24.37%
B=38.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931261980.030.3600.22295.8338.7163.53
HexC17EC63240161282740
Octal30117630634402645047100
Binary11000001111111011000110111001000101101001010001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17EC6; }

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

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

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

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

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

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

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

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