#C17CCC

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

Shades of Orchid #C17CCC

Tints of Orchid #C17CCC

Color information

#C17CCC (or 0xC17CCC) is unknown color: approx Orchid. HEX triplet: C1, 7C and CC. RGB value is (193,124,204). Sum of RGB (Red+Green+Blue) = 193+124+204=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C17CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CCC is #3E8333. Grayscale: #999999. Windows color (decimal): -4096820 or 13401281. OLE color: 13401281.

HSL color Cylindrical-coordinate representation of color #C17CCC: hue angle of 291.75º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17CCC is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193124204-
CMYK0.050.3900.2
HSL291.75º43.96%64.31%-
HSV(B)291.75º39.22%80%-
XYZ40.130.1160.83-
YUV153.75156.36156-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 124 (48.83% from 255) = 23.80%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=37.04%
G=23.80%
B=39.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931242040.050.3900.2291.7543.9664.31
HexC17CCC5270141242c40
Octal30117431454702444454100
Binary110000011111100110011001011001110101001001001001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17CCC; }

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

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

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

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

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

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

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

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