#C465ED

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

Shades of Medium Orchid #C465ED

Tints of Medium Orchid #C465ED

Color information

#C465ED (or 0xC465ED) is unknown color: approx Medium Orchid. HEX triplet: C4, 65 and ED. RGB value is (196,101,237). Sum of RGB (Red+Green+Blue) = 196+101+237=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #C465ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C465ED is #3B9A12. Grayscale: #909090. Windows color (decimal): -3906067 or 15558084. OLE color: 15558084.

HSL color Cylindrical-coordinate representation of color #C465ED: hue angle of 281.91º 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 #C465ED is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196101237-
CMYK0.170.5700.07
HSL281.91º79.07%66.27%-
HSV(B)281.91º57.38%92.94%-
XYZ42.727.1683.11-
YUV144.91179.97164.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 101 (39.84% from 255) = 18.91%
BLUE value IS 237 (92.97% from 255) = 44.38%
R=36.70%
G=18.91%
B=44.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961012370.170.5700.07281.9179.0766.27
HexC465ED11390711a4f42
Octal304145355217107432117102
Binary1100010011001011110110110001111001011110001101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C465ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C465ED; }

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

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

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

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

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

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

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

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