#C654DF

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

Shades of Medium Orchid #C654DF

Tints of Medium Orchid #C654DF

Color information

#C654DF (or 0xC654DF) is unknown color: approx Medium Orchid. HEX triplet: C6, 54 and DF. RGB value is (198,84,223). Sum of RGB (Red+Green+Blue) = 198+84+223=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #C654DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C654DF is #39AB20. Grayscale: #858585. Windows color (decimal): -3779361 or 14636230. OLE color: 14636230.

HSL color Cylindrical-coordinate representation of color #C654DF: hue angle of 289.21º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C654DF is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19884223-
CMYK0.110.6200.13
HSL289.21º68.47%60.2%-
HSV(B)289.21º62.33%87.45%-
XYZ39.7823.6772.29-
YUV133.93178.27173.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 84 (33.20% from 255) = 16.63%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=39.21%
G=16.63%
B=44.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal198842230.110.6200.13289.2168.4760.2
HexC654DFB3E0D121443c
Octal306124337137601544110474
Binary110001101010100110111111011111110011011001000011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C654DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C654DF; }

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

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

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

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

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

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

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

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