#C17CC3

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

Shades of Orchid #C17CC3

Tints of Orchid #C17CC3

Color information

#C17CC3 (or 0xC17CC3) is unknown color: approx Orchid. HEX triplet: C1, 7C and C3. RGB value is (193,124,195). Sum of RGB (Red+Green+Blue) = 193+124+195=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #C17CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CC3 is #3E833C. Grayscale: #989898. Windows color (decimal): -4096829 or 12811457. OLE color: 12811457.

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

Color convert

RGB193124195-
CMYK0.010.3600.24
HSL298.31º37.17%62.55%-
HSV(B)298.31º36.41%76.47%-
XYZ39.0529.6955.3-
YUV152.72151.86156.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.70%
GREEN value IS 124 (48.83% from 255) = 24.22%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=37.70%
G=24.22%
B=38.09%

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
Decimal1931241950.010.3600.24298.3137.1762.55
HexC17CC312401812a253f
Octal3011743031440304524577
Binary110000011111100110000111100100011000100101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17CC3; }

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

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

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

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

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

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

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

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