#C17CCA

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

Shades of Orchid #C17CCA

Tints of Orchid #C17CCA

Color information

#C17CCA (or 0xC17CCA) is unknown color: approx Orchid. HEX triplet: C1, 7C and CA. RGB value is (193,124,202). Sum of RGB (Red+Green+Blue) = 193+124+202=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C17CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CCA is #3E8335. Grayscale: #999999. Windows color (decimal): -4096822 or 13270209. OLE color: 13270209.

HSL color Cylindrical-coordinate representation of color #C17CCA: hue angle of 293.08º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17CCA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193124202-
CMYK0.040.3900.21
HSL293.08º42.39%63.92%-
HSV(B)293.08º38.61%79.22%-
XYZ39.8630.0259.57-
YUV153.52155.36156.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 124 (48.83% from 255) = 23.89%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=37.19%
G=23.89%
B=38.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931242020.040.3900.21293.0842.3963.92
HexC17CCA4270151252a40
Octal30117431244702544552100
Binary110000011111100110010101001001110101011001001011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17CCA; }

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

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

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

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

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

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

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

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