#C17ACD

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

Shades of Orchid #C17ACD

Tints of Orchid #C17ACD

Color information

#C17ACD (or 0xC17ACD) is unknown color: approx Orchid. HEX triplet: C1, 7A and CD. RGB value is (193,122,205). Sum of RGB (Red+Green+Blue) = 193+122+205=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #C17ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ACD is #3E8532. Grayscale: #989898. Windows color (decimal): -4097331 or 13466305. OLE color: 13466305.

HSL color Cylindrical-coordinate representation of color #C17ACD: hue angle of 291.33º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17ACD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193122205-
CMYK0.060.4000.20
HSL291.33º45.36%64.12%-
HSV(B)291.33º40.49%80.39%-
XYZ39.9729.6661.38-
YUV152.69157.52156.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.12%
GREEN value IS 122 (48.05% from 255) = 23.46%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=37.12%
G=23.46%
B=39.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931222050.060.4000.20291.3345.3664.12
HexC17ACD6280141232d40
Octal30117231565002444355100
Binary110000011111010110011011101010000101001001000111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17ACD; }

 p { color: rgb(193,122,205); }

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

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

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

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

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

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

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