#c17cd3

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

Shades of Orchid #C17CD3

Tints of Orchid #C17CD3

Color information

#C17CD3 (or 0xC17CD3) is unknown color: approx Orchid. HEX triplet: C1, 7C and D3. RGB value is (193,124,211). Sum of RGB (Red+Green+Blue) = 193+124+211=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #C17CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CD3 is #3E832C. Grayscale: #9A9A9A. Windows color (decimal): -4096813 or 13860033. OLE color: 13860033.

HSL color Cylindrical-coordinate representation of color #C17CD3: hue angle of 287.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17CD3 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193124211-
CMYK0.090.4100.17
HSL287.59º49.71%65.69%-
HSV(B)287.59º41.23%82.75%-
XYZ40.9630.4665.35-
YUV154.55159.86155.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 124 (48.83% from 255) = 23.48%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=36.55%
G=23.48%
B=39.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1931242110.090.4100.17287.5949.7165.69
HexC17CD39290111203242
Octal301174323115102144062102
Binary1100000111111001101001110011010010100011001000001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17cd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17cd3; }

 p { color: rgb(193,124,211); }

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

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

 a { background-color: rgb(193,124,211); }

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

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

 span { border-color: rgb(193,124,211); }

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