#C17ED0

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

Shades of Orchid #C17ED0

Tints of Orchid #C17ED0

Color information

#C17ED0 (or 0xC17ED0) is unknown color: approx Orchid. HEX triplet: C1, 7E and D0. RGB value is (193,126,208). Sum of RGB (Red+Green+Blue) = 193+126+208=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #C17ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ED0 is #3E812F. Grayscale: #9B9B9B. Windows color (decimal): -4096304 or 13663937. OLE color: 13663937.

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

Color convert

RGB193126208-
CMYK0.070.3900.18
HSL289.02º46.59%65.49%-
HSV(B)289.02º39.42%81.57%-
XYZ40.8430.8163.47-
YUV155.38157.7154.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=36.62%
G=23.91%
B=39.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931262080.070.3900.18289.0246.5965.49
HexC17ED07270121212f41
Octal30117632074702244157101
Binary110000011111110110100001111001110100101001000011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17ED0; }

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

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

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

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

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

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

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

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