#C654EF

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

Shades of Medium Orchid #C654EF

Tints of Medium Orchid #C654EF

Color information

#C654EF (or 0xC654EF) is unknown color: approx Medium Orchid. HEX triplet: C6, 54 and EF. RGB value is (198,84,239). Sum of RGB (Red+Green+Blue) = 198+84+239=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #C654EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C654EF is #39AB10. Grayscale: #878787. Windows color (decimal): -3779345 or 15684806. OLE color: 15684806.

HSL color Cylindrical-coordinate representation of color #C654EF: hue angle of 284.13º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C654EF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19884239-
CMYK0.170.6500.06
HSL284.13º82.89%63.33%-
HSV(B)284.13º64.85%93.73%-
XYZ42.0424.5884.19-
YUV135.76186.27172.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 84 (33.20% from 255) = 16.12%
BLUE value IS 239 (93.75% from 255) = 45.87%
R=38.00%
G=16.12%
B=45.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal198842390.170.6500.06284.1382.8963.33
HexC654EF11410611c533f
Octal306124357211010643412377
Binary1100011010101001110111110001100000101101000111001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C654EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C654EF; }

 p { color: rgb(198,84,239); }

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

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

 a { background-color: rgb(198,84,239); }

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

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

 span { border-color: rgb(198,84,239); }

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