#C167D4

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

Shades of Medium Orchid #C167D4

Tints of Medium Orchid #C167D4

Color information

#C167D4 (or 0xC167D4) is unknown color: approx Medium Orchid. HEX triplet: C1, 67 and D4. RGB value is (193,103,212). Sum of RGB (Red+Green+Blue) = 193+103+212=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #C167D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167D4 is #3E982B. Grayscale: #8D8D8D. Windows color (decimal): -4102188 or 13920193. OLE color: 13920193.

HSL color Cylindrical-coordinate representation of color #C167D4: hue angle of 289.54º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C167D4 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193103212-
CMYK0.090.5100.17
HSL289.54º55.9%61.76%-
HSV(B)289.54º51.42%83.14%-
XYZ38.7325.7965.22-
YUV142.34167.32164.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 103 (40.62% from 255) = 20.28%
BLUE value IS 212 (83.20% from 255) = 41.73%
R=37.99%
G=20.28%
B=41.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1931032120.090.5100.17289.5455.961.76
HexC167D4933011122383e
Octal30114732411630214427076
Binary110000011100111110101001001110011010001100100010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C167D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C167D4; }

 p { color: rgb(193,103,212); }

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

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

 a { background-color: rgb(193,103,212); }

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

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

 span { border-color: rgb(193,103,212); }

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