#C167D0

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

Shades of Medium Orchid #C167D0

Tints of Medium Orchid #C167D0

Color information

#C167D0 (or 0xC167D0) is unknown color: approx Medium Orchid. HEX triplet: C1, 67 and D0. RGB value is (193,103,208). Sum of RGB (Red+Green+Blue) = 193+103+208=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #C167D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167D0 is #3E982F. Grayscale: #8D8D8D. Windows color (decimal): -4102192 or 13658049. OLE color: 13658049.

HSL color Cylindrical-coordinate representation of color #C167D0: hue angle of 291.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C167D0 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193103208-
CMYK0.070.5000.18
HSL291.43º52.76%60.98%-
HSV(B)291.43º50.48%81.57%-
XYZ38.2325.5962.6-
YUV141.88165.32164.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 103 (40.62% from 255) = 20.44%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=38.29%
G=20.44%
B=41.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931032080.070.5000.18291.4352.7660.98
HexC167D0732012123353d
Octal3011473207620224436575
Binary11000001110011111010000111110010010010100100011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C167D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C167D0; }

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

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

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

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

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

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

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

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