#C17DC3

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

Shades of Orchid #C17DC3

Tints of Orchid #C17DC3

Color information

#C17DC3 (or 0xC17DC3) is unknown color: approx Orchid. HEX triplet: C1, 7D and C3. RGB value is (193,125,195). Sum of RGB (Red+Green+Blue) = 193+125+195=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #C17DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DC3 is #3E823C. Grayscale: #999999. Windows color (decimal): -4096573 or 12811713. OLE color: 12811713.

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

Color convert

RGB193125195-
CMYK0.010.3600.24
HSL298.29º36.84%62.75%-
HSV(B)298.29º35.9%76.47%-
XYZ39.1829.9455.34-
YUV153.31151.53156.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.62%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=37.62%
G=24.37%
B=38.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931251950.010.3600.24298.2936.8462.75
HexC17DC312401812a253f
Octal3011753031440304524577
Binary110000011111101110000111100100011000100101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17DC3; }

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

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

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

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

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

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

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

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