#C165ED

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

Shades of Medium Orchid #C165ED

Tints of Medium Orchid #C165ED

Color information

#C165ED (or 0xC165ED) is unknown color: approx Medium Orchid. HEX triplet: C1, 65 and ED. RGB value is (193,101,237). Sum of RGB (Red+Green+Blue) = 193+101+237=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #C165ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165ED is #3E9A12. Grayscale: #8F8F8F. Windows color (decimal): -4102675 or 15558081. OLE color: 15558081.

HSL color Cylindrical-coordinate representation of color #C165ED: hue angle of 280.59º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C165ED is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193101237-
CMYK0.190.5700.07
HSL280.59º79.07%66.27%-
HSV(B)280.59º57.38%92.94%-
XYZ41.9326.7683.08-
YUV144.01180.48162.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 101 (39.84% from 255) = 19.02%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=36.35%
G=19.02%
B=44.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931012370.190.5700.07280.5979.0766.27
HexC165ED1339071194f42
Octal301145355237107431117102
Binary1100000111001011110110110011111001011110001100110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165ED; }

 p { color: rgb(193,101,237); }

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

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

 a { background-color: rgb(193,101,237); }

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

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

 span { border-color: rgb(193,101,237); }

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