#C17ECF

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

Shades of Orchid #C17ECF

Tints of Orchid #C17ECF

Color information

#C17ECF (or 0xC17ECF) is unknown color: approx Orchid. HEX triplet: C1, 7E and CF. RGB value is (193,126,207). Sum of RGB (Red+Green+Blue) = 193+126+207=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #C17ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ECF is #3E8130. Grayscale: #9B9B9B. Windows color (decimal): -4096305 or 13598401. OLE color: 13598401.

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

Color convert

RGB193126207-
CMYK0.070.3900.19
HSL289.63º45.76%65.29%-
HSV(B)289.63º39.13%81.18%-
XYZ40.7230.7662.82-
YUV155.27157.2154.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.69%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=36.69%
G=23.95%
B=39.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931262070.070.3900.19289.6345.7665.29
HexC17ECF7270131222e41
Octal30117631774702344256101
Binary110000011111110110011111111001110100111001000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17ECF; }

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

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

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

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

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

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

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

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