#C17CC1

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

Shades of Orchid #C17CC1

Tints of Orchid #C17CC1

Color information

#C17CC1 (or 0xC17CC1) is unknown color: approx Orchid. HEX triplet: C1, 7C and C1. RGB value is (193,124,193). Sum of RGB (Red+Green+Blue) = 193+124+193=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C17CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CC1 is #3E833E. Grayscale: #989898. Windows color (decimal): -4096831 or 12680385. OLE color: 12680385.

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

Color convert

RGB193124193-
CMYK00.3600.24
HSL300º35.75%62.16%-
HSV(B)300º35.75%75.69%-
XYZ38.8329.654.12-
YUV152.5150.86156.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 124 (48.83% from 255) = 24.31%
BLUE value IS 193 (75.78% from 255) = 37.84%
R=37.84%
G=24.31%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312419300.3600.2430035.7562.16
HexC17CC102401812c243e
Octal3011743010440304544476
Binary110000011111100110000010100100011000100101100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17CC1; }

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

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

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

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

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

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

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

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