#C17DC0

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

Shades of Orchid #C17DC0

Tints of Orchid #C17DC0

Color information

#C17DC0 (or 0xC17DC0) is unknown color: approx Orchid. HEX triplet: C1, 7D and C0. RGB value is (193,125,192). Sum of RGB (Red+Green+Blue) = 193+125+192=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C17DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DC0 is #3E823F. Grayscale: #989898. Windows color (decimal): -4096576 or 12615105. OLE color: 12615105.

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

Color convert

RGB193125192-
CMYK00.350.010.24
HSL300.88º35.42%62.35%-
HSV(B)300.88º35.23%75.69%-
XYZ38.8429.8153.58-
YUV152.97150.03156.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=37.84%
G=24.51%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312519200.350.010.24300.8835.4262.35
HexC17DC002311812d233e
Octal3011753000431304554376
Binary110000011111101110000000100011111000100101101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17DC0; }

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

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

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

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

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

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

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

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