#C170DB

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

Shades of Medium Orchid #C170DB

Tints of Medium Orchid #C170DB

Color information

#C170DB (or 0xC170DB) is unknown color: approx Medium Orchid. HEX triplet: C1, 70 and DB. RGB value is (193,112,219). Sum of RGB (Red+Green+Blue) = 193+112+219=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #C170DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170DB is #3E8F24. Grayscale: #949494. Windows color (decimal): -4099877 or 14381249. OLE color: 14381249.

HSL color Cylindrical-coordinate representation of color #C170DB: hue angle of 285.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C170DB is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193112219-
CMYK0.120.4900.14
HSL285.42º59.78%64.9%-
HSV(B)285.42º48.86%85.88%-
XYZ40.5728.0470.29-
YUV148.42167.84159.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 112 (44.14% from 255) = 21.37%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=36.83%
G=21.37%
B=41.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931122190.120.4900.14285.4259.7864.9
HexC170DBC310E11d3c41
Octal301160333146101643574101
Binary110000011110000110110111100110001011101000111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C170DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C170DB; }

 p { color: rgb(193,112,219); }

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

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

 a { background-color: rgb(193,112,219); }

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

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

 span { border-color: rgb(193,112,219); }

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