#C167EA

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

Shades of Medium Orchid #C167EA

Tints of Medium Orchid #C167EA

Color information

#C167EA (or 0xC167EA) is unknown color: approx Medium Orchid. HEX triplet: C1, 67 and EA. RGB value is (193,103,234). Sum of RGB (Red+Green+Blue) = 193+103+234=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #C167EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C167EA is #3E9815. Grayscale: #909090. Windows color (decimal): -4102166 or 15361985. OLE color: 15361985.

HSL color Cylindrical-coordinate representation of color #C167EA: hue angle of 281.22º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C167EA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193103234-
CMYK0.180.5600.08
HSL281.22º75.72%66.08%-
HSV(B)281.22º55.98%91.76%-
XYZ41.6926.9880.85-
YUV144.84178.32162.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 103 (40.62% from 255) = 19.43%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=36.42%
G=19.43%
B=44.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931032340.180.5600.08281.2275.7266.08
HexC167EA1238081194c42
Octal3011473522270010431114102
Binary11000001110011111101010100101110000100010001100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C167EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C167EA; }

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

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

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

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

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

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

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

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