#C17DCD

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

Shades of Orchid #C17DCD

Tints of Orchid #C17DCD

Color information

#C17DCD (or 0xC17DCD) is unknown color: approx Orchid. HEX triplet: C1, 7D and CD. RGB value is (193,125,205). Sum of RGB (Red+Green+Blue) = 193+125+205=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #C17DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DCD is #3E8232. Grayscale: #9A9A9A. Windows color (decimal): -4096563 or 13467073. OLE color: 13467073.

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

Color convert

RGB193125205-
CMYK0.060.3900.20
HSL291º44.44%64.71%-
HSV(B)291º39.02%80.39%-
XYZ40.3530.4161.5-
YUV154.45156.53155.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.90%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=36.90%
G=23.90%
B=39.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931252050.060.3900.2029144.4464.71
HexC17DCD6270141232c41
Octal30117531564702444354101
Binary110000011111101110011011101001110101001001000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17DCD; }

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

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

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

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

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

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

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

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