#C17DC2

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

Shades of Orchid #C17DC2

Tints of Orchid #C17DC2

Color information

#C17DC2 (or 0xC17DC2) is unknown color: approx Orchid. HEX triplet: C1, 7D and C2. RGB value is (193,125,194). Sum of RGB (Red+Green+Blue) = 193+125+194=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #C17DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DC2 is #3E823D. Grayscale: #989898. Windows color (decimal): -4096574 or 12746177. OLE color: 12746177.

HSL color Cylindrical-coordinate representation of color #C17DC2: hue angle of 299.13º degrees, saturation: 0.36, 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 #C17DC2 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB193125194-
CMYK0.010.3600.24
HSL299.13º36.13%62.55%-
HSV(B)299.13º35.57%76.08%-
XYZ39.0629.954.75-
YUV153.2151.03156.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.70%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=37.70%
G=24.41%
B=37.89%

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
Decimal1931251940.010.3600.24299.1336.1362.55
HexC17DC212401812b243f
Octal3011753021440304534477
Binary110000011111101110000101100100011000100101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17DC2; }

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

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

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

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

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

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

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

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